IValue#
- interface Itala.GenApi.IValue : Itala.GenApi.IBase#
Interface for value properties.
Subclassed by Itala.GenApi.IBoolean, Itala.GenApi.ICategory, Itala.GenApi.ICommand, Itala.GenApi.IEnumEntry, Itala.GenApi.IEnumeration, Itala.GenApi.IFloat, Itala.GenApi.IInteger, Itala.GenApi.IRegister, Itala.GenApi.IString, Itala.GenApi.Node
Public Functions
- void FromString (string value)#
Set content of the node as string.
- Param value:
The value to set.
- string ToString ()#
Get content of the node as string.
- Return:
Content of the node.
Properties
- bool IsValueCacheValid { get; set; }#
Checks if the value comes from cache or is requested from another node.