Overload | Description |
---|---|
UANodeId Constructor() | Initializes a new instance of the class with default data. |
UANodeId Constructor(Int32,Object) | Initializes a new instance of the class, specifying the namespace index, and identifier. |
UANodeId Constructor(Int32,String,Object) | Initializes a new instance of the class, specifying the namespace index, namespace URI string, and identifier. |
UANodeId Constructor(String) | Initializes a new instance of the class, specifying the expanded Id of the node Id. |
UANodeId Constructor(String,Object) | Initializes a new instance of the class, specifying the namespace URI string, and identifier. |
UANodeId Constructor(IUANodeElement) | Initializes a new instance of the class from the . |
UANodeId Constructor(UANodeId) | Initializes a new copy of the object. |