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.IPort, Itala.GenApi.IRegister, Itala.GenApi.IString, Itala.GenApi.Node

Public Functions

INode GetNode ()

INode interface of the node.

Return:

Reference to the node with INode interface.

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.