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


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace : UABrowsePathParser Class

The following tables list the members exposed by UABrowsePathParser.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldA character that starts a multi-member argument.  
Public FieldA character that end a multi-member argument.  
Public FieldDefault value parsing flags.  
Public FieldNamespace URI of standard names ("http://opcfoundation.org/UA/").  
Top
Public Properties
 NameDescription
Public PropertyThe base path for relative input paths. A null browse path if none given.  
Public Propertystatic (Shared in Visual Basic)Default base path.  
Public PropertyThe namespace URI to be used with all elements that do not explicitly specify a namespace.  
Public PropertyThe namespace URI string to be used with all elements that do not explicitly specify a namespace.  
Public PropertyThe parsing flags to be used.  
Public Propertystatic (Shared in Visual Basic)A standard OPC-UA browse path parser.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified object is equal to the current object. Determines whether the current OPC-UA browse path parser is the same as other object.  
Public MethodServes as the default hash function.  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodDetermines whether a given browse path string determines an absolute browse path.  
Public MethodParses a string containing an absolute browse path, and returns a corresponding browse path object.  
Public MethodParses a string containing a relative browse path, and returns a corresponding browse path element collection.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodAttempts to parse a string containing an absolute browse path.  
Public MethodAttempts to parse a string containing a relative browse path.  
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)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

UABrowsePathParser Class
OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace