EasyUA Reference
NodeId Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : NodeId Class

Glossary Item Box

The following tables list the members exposed by NodeId.

Public Constructors

 NameDescription
Public ConstructorNodeId ConstructorOverloaded.   
Top

Public 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 (Shared in Visual Basic)Null Returns an instance of a null NodeId.  
Top

Public Methods

 NameDescription
Public MethodClone Makes a deep copy of the object.  
Public MethodCompareTo Compares the current instance to the object.  
Public Methodstatic (Shared in Visual Basic)Create 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.  
Public MethodFormatOverloaded.  Formats a node id as a string.  
Public MethodGetHashCode Returns a unique hashcode for the NodeId  
Public Methodstatic (Shared in Visual Basic)IsNullOverloaded.  Checks if the node id represents a 'Null' node id.  
Public Methodstatic (Shared in Visual Basic)Parse Parses a node id string and returns a node id object.  
Public Methodstatic (Shared in Visual Basic)ToExpandedNodeId Converts an node id to an expanded node id using a namespace table.  
Public MethodToStringOverloaded.  Returns the string representation of a NodeId.  
Top

Public Operators

public Operator Equality Returns true if the objects are equal.
public Operator Greater Than Returns true if a is greater than b.
public Operator Implicit Type Conversion Overloaded.  Converts an integer to a numeric node identifier.
public Operator Inequality Returns true if the objects are not equal.
public Operator Less Than Returns true if a is less than b.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.