ItalaApiNET
1.3.3
|
Interface for value properties. More...
Public Member Functions | |
INode | GetNode () |
INode interface of the node. More... | |
void | FromString (string value) |
Set content of the node as string. More... | |
string | ToString () |
Get content of the node as string. More... | |
Properties | |
bool | IsValueCacheValid [get] |
Checks if the value comes from cache or is requested from another node. More... | |
![]() | |
AccessMode | AccessMode [get] |
Get the access mode of the node. More... | |
bool | IsReadable [get] |
Checks if a node is readable, More... | |
bool | IsWritable [get] |
Checks if a node is writable. More... | |
bool | IsImplemented [get] |
Checks if a node is implemented. More... | |
bool | IsAvailable [get] |
Checks if a node is available. More... | |
Interface for value properties.
INode Itala.GenApi.IValue.GetNode | ( | ) |
void Itala.GenApi.IValue.FromString | ( | string | value | ) |
Set content of the node as string.
value | The value to set. |
string Itala.GenApi.IValue.ToString | ( | ) |
Get content of the node as string.
|
get |
Checks if the value comes from cache or is requested from another node.