OPC Labs EasyOPC-UA Primitives Library
UANamespaceQualifiedParser Interface Members
OpcLabs_EasyOpcUAPrimitives ActiveX DLL > UANodeIdParser Object : UANamespaceQualifiedParser Interface
Description
A parser for OPC-UA namespace-qualified entities.

 

IID (Interface ID): 21f048bf-5db0-4825-95cb-2da73c319ca0

 

For more information, see _UANamespaceQualifiedParser in .NET Reference.

Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Properties
The default namespace URI string to be used if no namespace is specified in the input string.

 

DISPID (Dispatch ID):

 

For more information, see DefaultNamespaceUriString in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Determines whether names of standard OPC-UA entities will be parsed.

 

DISPID (Dispatch ID):

 

For more information, see UseStandardNames in .NET Reference.

Remarks

For remarks, see _UANamespaceQualifiedParser in .NET Reference.

See Also

UANodeIdParser Object