The following tables list the members exposed by NodeElement.
Public Fields
| | Name | Description |
 | DefaultBrowsePath | Default browse path (none, i.e. null).
This is a constant, and its value is null. |
 | DefaultHasChildren | Default value of HasChildren.
This is a constant, and its value is False. |
 | DefaultIsBranch | Default value of IsBranch.
This is a constant, and its value is False. |
 | DefaultIsLeaf | Default value of IsLeaf.
This is a constant, and its value is False. |
 | DefaultName | Default node name. An empty string.
This is a constant, and its value is "" (String.Empty). |
 | DefaultNodeId | Default Node Id. Effectively, no Node Id is specified.
This is a constant, and its value is null. |
 | DefaultNodePath | Default node path. Effectively, no node path is specified.
This is a constant, and its value is null. |
Top
Public Properties
| | Name | Description |
 | BrowsePath | Specifies the browse path for the OPC node. |
 | HasChildren | The element has children and can be used for a subsequent browse. |
 | IsBranch | The node is a branch (a "folder" the can contain other nodes). |
 | IsLeaf | The element is a leaf. |
 | IsRoot | Determines whether this element describes a root of the address space. |
 | Name | Short user-friendly portion of the namespace pointing to the element. This is the string to be used for display purposes. |
 | NodeId | The unique identifier for this node. |
 | NodePath | The node path for this node. Only used with OPC XML. |
Top
Public Methods
Extension Methods
| | Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Converts the object into a string usable for identification of the node when passed to other methods. The value returned is the value of the NodeId property. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also