The following tables list the members exposed by NodeElement.
Public Fields
| Name | Description |
 | DefaultBrowsePath | Default browse path (none, i.e. null ).
The value of this constant is null. |
 | DefaultHasChildren | Default value of HasChildren. Equals to false.
The value of this constant is False. |
 | DefaultIsBranch | Default value of IsBranch. Equals to false.
The value of this constant is False. |
 | DefaultIsLeaf | Default value of IsLeaf. Equals to false.
The value of this constant is False. |
 | DefaultName | Default node name. An empty string.
The value of this constant is "" (String.Empty). |
 | DefaultNodeId | Default Node Id. Equals to null , meaning that no Node Id is specified.
The value of this constant is null. |
 | DefaultNodePath | Default node path. Equals to null , meaning that no node path is specified.
The value of this constant 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