Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ExpandedNodeId type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExpandedNodeId(array<Byte>[]()[][]) |
Initializes a guid node identifier.
| |
| ExpandedNodeId(Guid) |
Initializes a guid node identifier.
| |
| ExpandedNodeId(String) |
Initializes a node id by parsing a node id string.
| |
| ExpandedNodeId(UInt32) |
Initializes a numeric node identifier.
| |
| ExpandedNodeId(ExpandedNodeId) |
Creates a deep copy of the value.
| |
| ExpandedNodeId(NodeId) |
Initializes an expanded node identifier with a node id.
| |
| ExpandedNodeId(array<Byte>[]()[][], String) |
Initializes an opaque node identifier with a namespace index.
| |
| ExpandedNodeId(array<Byte>[]()[][], UInt16) |
Initializes an opaque node identifier with a namespace index.
| |
| ExpandedNodeId(String, String) |
Initializes a string node identifier with a namespace URI.
| |
| ExpandedNodeId(String, UInt16) |
Initializes a string node identifier with a namespace index.
| |
| ExpandedNodeId(UInt32, String) |
Initializes a guid node identifier with a namespace URI.
| |
| ExpandedNodeId(UInt32, UInt16) |
Initializes a guid node identifier with a namespace index.
| |
| ExpandedNodeId(NodeId, String) |
Initializes an expanded node identifier with a node id and a namespace URI.
| |
| ExpandedNodeId(NodeId, String, UInt32) |
Initializes an expanded node identifier with a node id and a namespace URI.
| |
| ExpandedNodeId(Object, UInt16, String, UInt32) |
Initializes a new instance of the ExpandedNodeId class.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Makes a deep copy of the object.
| |
| CompareTo |
Compares the current instance to the object.
| |
| Equals |
Determines if the specified object is equal to the ExpandedNodeId.
(Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Format()()()() |
Formats a expanded node id as a string.
| |
| Format(StringBuilder) |
Formats the node ids as string and adds it to the buffer.
| |
| Format(StringBuilder, Object, IdType, UInt16, String, UInt32) |
Formats the node ids as string and adds it to the buffer.
| |
| GetHashCode |
Returns a unique hashcode for the ExpandedNodeId
(Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse(String) |
Parses a expanded node id string and returns a node id object.
| |
| Parse(String, NamespaceTable) |
Parses an absolute NodeId formatted as a string and converts it a local NodeId.
| |
| Parse(String, NamespaceTable, NamespaceTable) |
Parses a expanded node id string, translated any namespace indexes and returns the result.
| |
| ToNodeId |
Converts an expanded node id to a node id using a namespace table.
| |
| ToString()()()() |
Returns the string representation of am ExpandedNodeId.
(Overrides Object..::..ToString()()()().) | |
| ToString(String, IFormatProvider) |
Returns the string representation of an ExpandedNodeId.
|
Operators
| Name | Description | |
|---|---|---|
| Equality |
Returns true if the objects are equal.
| |
| ExplicitNarrowingExplicitExplicitExplicit(ExpandedNodeId to NodeId) |
Converts an ExpandedNodeId to a NodeId.
| |
| GreaterThan |
Returns true if a is greater than b.
| |
| ImplicitWideningImplicitImplicitImplicit(array<Byte>[]()[][] to ExpandedNodeId) |
Converts a byte array to an opaque node identifier.
| |
| ImplicitWideningImplicitImplicitImplicit(Guid to ExpandedNodeId) |
Converts a guid to a guid node identifier.
| |
| ImplicitWideningImplicitImplicitImplicit(String to ExpandedNodeId) |
Parses a node id string and initializes a node id.
| |
| ImplicitWideningImplicitImplicitImplicit(UInt32 to ExpandedNodeId) |
Converts an integer to a numeric node identifier.
| |
| ImplicitWideningImplicitImplicitImplicit(NodeId to ExpandedNodeId) |
Converts a NodeId to an ExpandedNodeId
| |
| Inequality |
Returns true if the objects are not equal.
| |
| LessThan |
Returns true if a is less than b.
|
Properties
| Name | Description | |
|---|---|---|
| Identifier |
The node identifier.
| |
| IdType |
The type of node identifier used.
| |
| IsAbsolute |
Returns true if the expanded node id is an absolute identifier that contains a namespace URI instead of a server dependent index.
| |
| IsNull |
Whether the object represents a Null NodeId.
| |
| NamespaceIndex |
The index of the namespace URI in the server's namespace array.
| |
| NamespaceUri |
The namespace that qualifies the node identifier.
| |
| Null |
Returns an instance of a null ExpandedNodeId.
| |
| ServerIndex |
The index of the server where the node exists.
|