Overload | Description |
---|---|
ExpandedNodeId Constructor(ExpandedNodeId) | Creates a deep copy of the value. |
ExpandedNodeId Constructor(NodeId) | Initializes an expanded node identifier with a node id. |
ExpandedNodeId Constructor(Object,UInt16,String,UInt32) | Initializes a new instance of the ExpandedNodeId class. |
ExpandedNodeId Constructor(NodeId,String) | Initializes an expanded node identifier with a node id and a namespace URI. |
ExpandedNodeId Constructor(NodeId,String,UInt32) | Initializes an expanded node identifier with a node id and a namespace URI. |
ExpandedNodeId Constructor(UInt32) | Initializes a numeric node identifier. |
ExpandedNodeId Constructor(UInt32,UInt16) | Initializes a numeric node identifier with a namespace index. |
ExpandedNodeId Constructor(UInt32,String) | Initializes a numeric node identifier with a namespace URI. |
ExpandedNodeId Constructor(String,UInt16) | Initializes a string node identifier with a namespace index. |
ExpandedNodeId Constructor(String,String) | Initializes a string node identifier with a namespace URI. |
ExpandedNodeId Constructor(Guid) | Initializes a guid node identifier. |
ExpandedNodeId Constructor(Guid,UInt16) | Initializes a guid node identifier. |
ExpandedNodeId Constructor(Guid,String) | Initializes a guid node identifier. |
ExpandedNodeId Constructor(Byte[]) | Initializes a opaque node identifier. |
ExpandedNodeId Constructor(Byte[],UInt16) | Initializes an opaque node identifier with a namespace index. |
ExpandedNodeId Constructor(Byte[],String) | Initializes an opaque node identifier with a namespace index. |
ExpandedNodeId Constructor(String) | Initializes a node id by parsing a node id string. |