ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
ReferenceType Class Reference

Represents a type of reference. More...

Public Member Functions

override string ToString ()
 Converts to string.
 

Properties

static ReferenceType CreateType [get]
 Gets the type of the create.
 
static ReferenceType HasSave [get]
 Gets the has save.
 
static ReferenceType ReadInType [get]
 Gets the type of the read in.
 
static ReferenceType ReadOutType [get]
 Gets the type of the read out.
 
static ReferenceType ReadType [get]
 Gets the type of the read.
 
static ReferenceType Uses [get]
 Gets the uses.
 
string Value [get]
 Gets the value.
 
static ReferenceType WriteInType [get]
 Gets the type of the write in.
 
static ReferenceType WriteOutType [get]
 Gets the type of the write out.
 
static ReferenceType WriteType [get]
 Gets the type of the write.
 

Detailed Description

Represents a type of reference.

Definition at line 6 of file ReferenceType.cs.

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Converts to string.

Returns
A string that represents this instance. .

Definition at line 31 of file ReferenceType.cs.

References ReferenceType.Value.

Property Documentation

◆ CreateType

ReferenceType CreateType
staticget

Gets the type of the create.

The type when creating a value (absolute node address).

Definition at line 92 of file ReferenceType.cs.

◆ HasSave

ReferenceType HasSave
staticget

Gets the has save.

Reference to a save node address which needs to be called after node change to persist the new value.

Definition at line 108 of file ReferenceType.cs.

◆ ReadInType

ReferenceType ReadInType
staticget

Gets the type of the read in.

The input type when reading a value.

Definition at line 51 of file ReferenceType.cs.

◆ ReadOutType

ReferenceType ReadOutType
staticget

Gets the type of the read out.

The output type when reading a value.

Definition at line 59 of file ReferenceType.cs.

◆ ReadType

ReferenceType ReadType
staticget

Gets the type of the read.

The type when reading a value (absolute node address). Input/Output type are the same.

Definition at line 43 of file ReferenceType.cs.

◆ Uses

ReferenceType Uses
staticget

Gets the uses.

Referenced (list of) absolute node addresses .

Definition at line 100 of file ReferenceType.cs.

◆ Value

string Value
get

Gets the value.

The value.

Definition at line 23 of file ReferenceType.cs.

Referenced by MetadataBuilder.AddReference(), and ReferenceType.ToString().

◆ WriteInType

ReferenceType WriteInType
staticget

Gets the type of the write in.

The input type when writing a value.

Definition at line 76 of file ReferenceType.cs.

◆ WriteOutType

ReferenceType WriteOutType
staticget

Gets the type of the write out.

The output type when writing a value.

Definition at line 84 of file ReferenceType.cs.

◆ WriteType

ReferenceType WriteType
staticget

Gets the type of the write.

The type when writing a value (absolute node address). Input/Output type are the same.

Definition at line 68 of file ReferenceType.cs.


The documentation for this class was generated from the following file: