Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The NodeId type exposes the following members.

Constructors

  NameDescription
Public methodNodeId(array<Byte>[]()[][])
Initializes a guid node identifier.
Public methodNodeId(Guid)
Initializes a guid node identifier.
Public methodNodeId(String)
Initializes a node id by parsing a node id string.
Public methodNodeId(UInt32)
Initializes a numeric node identifier.
Public methodNodeId(NodeId)
Creates a deep copy of the value.
Public methodNodeId(array<Byte>[]()[][], UInt16)
Initializes an opaque node identifier with a namespace index.
Public methodNodeId(Guid, UInt16)
Initializes a guid node identifier.
Public methodNodeId(Object, UInt16)
Initializes a node identifier with a namespace index.
Public methodNodeId(String, UInt16)
Initializes a string node identifier with a namespace index.
Public methodNodeId(UInt32, UInt16)
Initializes a guid node identifier with a namespace index.

Methods

  NameDescription
Public methodClone
Makes a deep copy of the object.
Public methodCompareTo
Compares the current instance to the object.
Public methodStatic memberCreate
Converts an identifier and a namespaceUri to a local NodeId using the namespaceTable.
Public methodEquals
Determines if the specified object is equal to the NodeId.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat()()()()
Formats a node id as a string.
Public methodFormat(StringBuilder)
Formats the NodeId as a string and appends it to the buffer.
Public methodStatic memberFormat(StringBuilder, Object, IdType, UInt16)
Formats the NodeId as a string and appends it to the buffer.
Public methodGetHashCode
Returns a unique hashcode for the NodeId
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsNull(ExpandedNodeId)
Checks if the node id represents a 'Null' node id.
Public methodStatic memberIsNull(NodeId)
Checks if the node id represents a 'Null' node id.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses a node id string and returns a node id object.
Public methodStatic memberToExpandedNodeId
Converts an node id to an expanded node id using a namespace table.
Public methodToString()()()()
Returns the string representation of a NodeId.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Returns the string representation of a NodeId.

Operators

  NameDescription
Public operatorStatic memberEquality
Returns true if the objects are equal.
Public operatorStatic memberGreaterThan
Returns true if a is greater than b.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(array<Byte>[]()[][] to NodeId)
Converts a byte array to an opaque node identifier.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Guid to NodeId)
Converts a guid to a guid node identifier.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(String to NodeId)
Parses a node id string and initializes a node id.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(UInt32 to NodeId)
Converts an integer to a numeric node identifier.
Public operatorStatic memberInequality
Returns true if the objects are not equal.
Public operatorStatic memberLessThan
Returns true if a is less than b.

Properties

  NameDescription
Public propertyIdentifier
The node identifier.
Public propertyIdType
The type of node identifier used.
Public propertyIsNullNodeId
Whether the object represents a Null NodeId.
Public propertyNamespaceIndex
The index of the namespace URI in the server's namespace array.
Public propertyStatic memberNull
Returns an instance of a null NodeId.

See Also