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

Glossary Item Box

The following tables list the members exposed by ExpandedNodeId.

Public Constructors

 NameDescription
Public ConstructorExpandedNodeId ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyIdentifier The node identifier.  
Public PropertyIdType The type of node identifier used.  
Public PropertyIsAbsolute Returns true if the expanded node id is an absolute identifier that contains a namespace URI instead of a server dependent index.  
Public PropertyIsNull Whether the object represents a Null NodeId.  
Public PropertyNamespaceIndex The index of the namespace URI in the server's namespace array.  
Public PropertyNamespaceUri The namespace that qualifies the node identifier.  
Public Propertystatic (Shared in Visual Basic)Null Returns an instance of a null ExpandedNodeId.  
Public PropertyServerIndex The index of the server where the node exists.  
Top

Public Methods

 NameDescription
Public MethodClone Makes a deep copy of the object.  
Public MethodCompareTo Compares the current instance to the object.  
Public MethodEquals Determines if the specified object is equal to the ExpandedNodeId.  
Public MethodFormatOverloaded.  Formats a expanded node id as a string.  
Public MethodGetHashCode Returns a unique hashcode for the ExpandedNodeId  
Public Methodstatic (Shared in Visual Basic)ParseOverloaded.  Parses a expanded node id string, translated any namespace indexes and returns the result.  
Public Methodstatic (Shared in Visual Basic)ToNodeId Converts an expanded node id to a node id using a namespace table.  
Public MethodToStringOverloaded.  Returns the string representation of an ExpandedNodeId.  
Top

Public Operators

public Operator Equality Returns true if the objects are equal.
public Operator Explicit Type Conversion Converts an ExpandedNodeId to a NodeId.
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.