OPC Studio User's Guide and Reference
UANodeIdParser Class Members
Fields  Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : UANodeIdParser Class

The following tables list the members exposed by UANodeIdParser.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldStandard namespace URI string used by OPC Foundation. Equals to "http://opcfoundation.org/UA/".  
Top
Public Properties
 NameDescription
Public PropertyThe default namespace URI to be used if no namespace is specified in the input string.  
Public PropertyThe default namespace URI string to be used if no namespace is specified in the input string.  
Public Propertystatic (Shared in Visual Basic)A standard OPC-UA node ID parser.  
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Overridden. Determines whether this object is equal to the other.  
Public MethodOverridden.   
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodConverts the string representation of an OPC-UA node Id to equivalent node Id 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.BaseLib.Info)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Info)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Parses a string containing an OPC-UA node Id (its expanded text), and returns a corresponding node Id object.

The Parse methods take an expanded text of the OPC-UA node Id as an input, and attempt to parse it into a OpcLabs.EasyOpc.UA.AddressSpace.UANodeId object.

Public Extension MethodConverts the string representation of an OPC-UA node Id to equivalent node Id object. A return value indicates whether the conversion succeeded.
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

UANodeIdParser Class
OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace