|
ctrlX Data Layer .NET API
4.3.0
|
![]() |
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. | |
Represents a type of reference.
Definition at line 6 of file ReferenceType.cs.
|
inline |
Converts to string.
Definition at line 31 of file ReferenceType.cs.
References ReferenceType.Value.
|
staticget |
Gets the type of the create.
The type when creating a value (absolute node address).
Definition at line 92 of file ReferenceType.cs.
|
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.
|
staticget |
Gets the type of the read in.
The input type when reading a value.
Definition at line 51 of file ReferenceType.cs.
|
staticget |
Gets the type of the read out.
The output type when reading a value.
Definition at line 59 of file ReferenceType.cs.
|
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.
|
staticget |
Gets the uses.
Referenced (list of) absolute node addresses .
Definition at line 100 of file ReferenceType.cs.
|
get |
Gets the value.
The value.
Definition at line 23 of file ReferenceType.cs.
Referenced by MetadataBuilder.AddReference(), and ReferenceType.ToString().
|
staticget |
Gets the type of the write in.
The input type when writing a value.
Definition at line 76 of file ReferenceType.cs.
|
staticget |
Gets the type of the write out.
The output type when writing a value.
Definition at line 84 of file ReferenceType.cs.
|
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.