Name | Description | |
---|---|---|
UAQualifiedName Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by UAQualifiedName.
Name | Description | |
---|---|---|
UAQualifiedName Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
DefaultAsString | Default UAQualifiedName, expressed as string. | |
DefaultExpandedText | Default expanded text. Equals to an empty string. | |
DefaultIsNull | Default value of the IsNull property. Equals to true . | |
DefaultName | Default name. Equals to an empty string. |
Name | Description | |
---|---|---|
ExpandedText | Expanded text of the qualified name. | |
IsNull | Determines whether the OPC-UA qualified name is null. | |
IsStandard | Determines whether the entity resides in the standard OPC UA namespace. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified) | |
Name | The name part of the qualified name (the part without namespace qualification). | |
NamespaceIndex | Namespace index. Can be used to determine the namespace instead of namespace URI. Not recommended. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified) | |
NamespaceUri | Namespace URI. Determines the namespace of the qualified name or node Id. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified) | |
NamespaceUriString | Namespace URI string. Determines the namespace of the qualified name or node Id. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified) | |
Null | A null qualified name object. | |
StandardName | A symbolic name of the qualified name if it is one of the standard qualified names. Empty otherwise. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
CompareTo | Overloaded. Overridden. | |
CreateStandard | Creates a qualified name with a name in the standard OPC UA namespace. | |
Equals | Overloaded. Overridden. Determines whether the specified System.Object is equal to the current object. | |
GetHashCode | Overridden. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
Match | Overloaded. Determines whether the two qualified names match. | |
Parse | Parses a string containing a qualified name, and returns a corresponding qualified name object. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. Returns a string that represents the current qualified name. | |
TryParse | Converts the string representation of a qualified name to equivalent qualified name object. A return value indicates whether the conversion succeeded. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
OnNamespaceIndexChanged | Infrastructure. (Inherited from OpcLabs.EasyOpc.UA.AddressSpace.UANamespaceQualified) | |
OnNamespaceUriStringChanged | Overridden. Infrastructure. | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
Format | Formats the qualified name object into a string. | |
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Greater Than | Determines whether one qualified name should be considered greater than the second qualified name for ordering purposes. |
Implicit Type Conversion | Overloaded. Converts a System.String to a qualified name. |
Inequality | Determines whether the two objects are not equal. |
Less Than | Determines whether one qualified name should be considered less than the second qualified name for ordering purposes. |