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

Glossary Item Box

The following tables list the members exposed by QualifiedName.

Public Constructors

 NameDescription
Public ConstructorQualifiedName ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyName The unqualified name.  
Public PropertyNamespaceIndex The index of the namespace that qualifies the name.  
Public Propertystatic (Shared in Visual Basic)Null Returns an instance of a null QualifiedName.  
Top

Public Methods

 NameDescription
Public MethodClone Makes a deep copy of the object.  
Public MethodCompareTo Compares two QualifiedNames.  
Public Methodstatic (Shared in Visual Basic)Create Converts an expanded node id to a node id using a namespace table.  
Public MethodEquals Returns true if the objects are equal.  
Public MethodGetHashCode Returns a suitable hash value for the instance.  
Public Methodstatic (Shared in Visual Basic)IsNull Returns true if the value is null.  
Public Methodstatic (Shared in Visual Basic)IsValid Returns true if the QualifiedName is valid.  
Public Methodstatic (Shared in Visual Basic)Parse Parses a string containing a QualifiedName with the syntax n:qname  
Public Methodstatic (Shared in Visual Basic)ToQualifiedName Converts a string to a qualified name.  
Public MethodToStringOverloaded.  Returns the string representation of the object.  
Top

Public Operators

public Operator Equality Returns true if the objects are equal.
public Operator Greater Than Implements the operator >.
public Operator Implicit Type Conversion Converts a string to a qualified name.
public Operator Inequality Returns true if the objects are not equal.
public Operator Less Than Implements the operator <.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.