Configurable INode. More...
Inherits INode.
Inherited by IConfigurableValueNode, IHasValueConfig< TNode, TValue >, and Node.
Properties | |
new string | ToolTip [get, set] |
Gets or sets the short descriptive text of this node. More... | |
new string | Description [get, set] |
Gets or sets the long descriptive text of this node. More... | |
AccessMode? | ImposedAccessMode [get, set] |
Overrides the node's default AccessMode. More... | |
new Visibility | Visibility [get, set] |
Gets or sets the complexity level of this node. More... | |
new IConfigurableNode | AliasNode [get, set] |
Gets or sets the node that is an alias value for this node. More... | |
IConfigurableIntegerBaseNode | IsImplementedConfig [get, set] |
Gets or sets the node that specifies whether a node is implemented in the device or not. More... | |
IConfigurableIntegerBaseNode | IsAvailableConfig [get, set] |
Gets or sets the node that specifies whether a node is currently available or not. More... | |
IConfigurableIntegerBaseNode | IsLockedConfig [get, set] |
Gets or sets the node that specifies whether a node is currently read only or not. More... | |
![]() | |
INodeMap | NodeMap [get] |
Gets the INodeMap this node resides in. | |
string | Name [get] |
Gets the full name of this node. More... | |
string | ToolTip [get] |
Gets the short descriptive text of this node. More... | |
string | Description [get] |
Gets the long descriptive text of this node. More... | |
AccessMode | AccessMode [get] |
Gets the GenApi.AccessMode of this node. | |
bool | IsImplemented [get] |
AccessMode helper to check whether this node is implemented. | |
bool | IsAvailable [get] |
AccessMode helper to check whether this node is available. | |
bool | IsReadable [get] |
AccessMode helper to check whether this node is readable. | |
bool | IsWritable [get] |
AccessMode helper to check whether this node is writable. | |
CacheMode | CacheMode [get] |
Gets the cache mode of this node. More... | |
string | EventID [get] |
Nodes with an event identifier may become invalidated if an event/message is delivered from the device. | |
bool | IsFeature [get] |
Gets whether this node is considered a feature node. More... | |
bool | IsDeprecated [get] |
Gets whether this node is considered deprecated. More... | |
Visibility | Visibility [get] |
Gets the complexity level of this node. More... | |
INode | AliasNode [get] |
Gets the node that is an alias value for this node. More... | |
Configurable INode.
|
getset |
Gets or sets the node that is an alias value for this node.
Alias nodes give an additional view on a value or can contain summary information for e.g. CategoryNodes.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
Alias node instance; null
for none.
Implements INode.
Implemented in Node.
|
getset |
Gets or sets the long descriptive text of this node.
See ToolTip for the short description.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
Implements INode.
Implemented in Node.
|
getset |
Overrides the node's default AccessMode.
Imposed access mode; null
if no imposing is done or set to clear.
Implemented in Node.
|
getset |
Gets or sets the node that specifies whether a node is currently available or not.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
IConfigurableIntegerNode which states that this node is available when unequal zero. null
for keeping the original AccessMode.
Implemented in Node.
|
getset |
Gets or sets the node that specifies whether a node is implemented in the device or not.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
IConfigurableIntegerNode which states that this node is implemented when unequal zero. null
for keeping the original AccessMode.
Implemented in Node.
|
getset |
Gets or sets the node that specifies whether a node is currently read only or not.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
IConfigurableIntegerNode which states that this node is read only when unequal zero. null
for keeping the original AccessMode.
Implemented in Node.
|
getset |
Gets or sets the short descriptive text of this node.
See Description for the long description.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
Implements INode.
Implemented in Node.
|
getset |
Gets or sets the complexity level of this node.
For additional information on the different levels see the GenApi.Visibility documentation.
Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.
Implements INode.
Implemented in Node.