Overload | Description |
---|---|
NodeId Constructor() | Initializes the object with default values. |
NodeId Constructor(NodeId) | Creates a deep copy of the value. |
NodeId Constructor(UInt32) | Initializes a numeric node identifier. |
NodeId Constructor(UInt32,UInt16) | Initializes a numeric node identifier with a namespace index. |
NodeId Constructor(String,UInt16) | Initializes a string node identifier with a namespace index. |
NodeId Constructor(Guid) | Initializes a guid node identifier. |
NodeId Constructor(Guid,UInt16) | Initializes a guid node identifier. |
NodeId Constructor(Byte[]) | Initializes an opaque node identifier. |
NodeId Constructor(Byte[],UInt16) | Initializes an opaque node identifier with a namespace index. |
NodeId Constructor(String) | Initializes a node id by parsing a node id string. |
NodeId Constructor(Object,UInt16) | Initializes a node identifier with a namespace index. |