QuickOPC User's Guide and Reference
UAQualifiedName Class Members
Fields  Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace : UAQualifiedName Class

The following tables list the members exposed by UAQualifiedName.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldDefault UAQualifiedName, expressed as string.  
Public FieldDefault expanded text. Equals to an empty string.  
Public FieldDefault value of the IsNull property. Equals to true.  
Public FieldDefault name. Equals to an empty string.  
Top
Public Properties
 NameDescription
Public PropertyExpanded text of the qualified name.  
Public PropertyDetermines whether the OPC-UA qualified name is null.  
Public PropertyDetermines whether the entity resides in the standard OPC UA namespace. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified)
Public PropertyThe name part of the qualified name (the part without namespace qualification).  
Public PropertyNamespace index. Can be used to determine the namespace instead of namespace URI. Not recommended. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified)
Public PropertyNamespace URI. Determines the namespace of the qualified name or node Id. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified)
Public PropertyNamespace URI string. Determines the namespace of the qualified name or node Id. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified)
Public Propertystatic (Shared in Visual Basic)A null qualified name object.  
Public PropertyA symbolic name of the qualified name if it is one of the standard qualified names. Empty otherwise.  
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden.   
Public Methodstatic (Shared in Visual Basic)Creates a qualified name with a name in the standard OPC UA namespace.  
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Overloaded. Determines whether the two qualified names match.  
Public Methodstatic (Shared in Visual Basic)Parses a string containing a qualified name, and returns a corresponding qualified name object.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverridden. Returns a string that represents the current object.Returns a string that represents the current object. Returns a string that represents the current qualified name.  
Public Methodstatic (Shared in Visual Basic)Converts the string representation of a qualified name to equivalent qualified name object. A return value indicates whether the conversion succeeded.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodInfrastructure. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified)
Protected MethodOverridden. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure.  
Top
Extension Methods
 NameDescription
Public Extension MethodFormats the qualified name object into a string.
Top
Public Operators
Determines whether the two objects are equal.
Determines whether one qualified name should be considered greater than the second qualified name for ordering purposes.
Overloaded. Converts a System.String to a qualified name.
Determines whether the two objects are not equal.
Determines whether one qualified name should be considered less than the second qualified name for ordering purposes.
Top
See Also

Reference

UAQualifiedName Class
OpcLabs.EasyOpc.UA.AddressSpace Namespace