CVB.Net 14.0
IConfigurableNode Interface Reference

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...
 
AccessModeImposedAccessMode [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...
 
- Properties inherited from INode
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...
 

Detailed Description

Configurable INode.

Property Documentation

◆ AliasNode

new IConfigurableNode AliasNode
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.

◆ Description

new string Description
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.

◆ ImposedAccessMode

AccessMode? ImposedAccessMode
getset

Overrides the node's default AccessMode.

Imposed access mode; null if no imposing is done or set to clear.

Implemented in Node.

◆ IsAvailableConfig

IConfigurableIntegerBaseNode IsAvailableConfig
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.

◆ IsImplementedConfig

IConfigurableIntegerBaseNode IsImplementedConfig
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.

◆ IsLockedConfig

IConfigurableIntegerBaseNode IsLockedConfig
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.

◆ ToolTip

new string ToolTip
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.

◆ Visibility

new Visibility Visibility
getset

Gets or sets the complexity level of this node.

For additional information on the different levels see the Stemmer.Cvb.GenApi.Visibility documentation.

Set operation is only possible as long as the GevServer.GevServer.State is GevServerState.Configuration.

Implements INode.

Implemented in Node.