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


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace : BrowsePathParser Class

The following tables list the members exposed by BrowsePathParser.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldDefault base path.

The value of this constant is null.

 
Public FieldDefault value of the MaximumParentDepth property. Equals to System.Int32.MaxValue.

The value of this constant is 2147483647 (Int32.MaxValue).

 
Public FieldAn escape character. Equals to an ampersand ('&').

The value of this constant is &.

 
Public FieldA reference character. Equals to a dot ('.').

The value of this constant is ..

 
Public FieldA separator character. Equals to a forward slash ('/').

The value of this constant is /.

 
Top
Public Properties
 NameDescription
Public PropertyThe base path for relative input paths. null if none given.  
Public PropertyHow many levels above the base path can be referenced.  
Public Propertystatic (Shared in Visual Basic)A standard browse path parser.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Overridden. Determines whether the current browse path parser is the same as other object.  
Public MethodOverridden.   
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 a 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 Method (Inherited from OpcLabs.BaseLib.Object2)
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
Extension Methods
 NameDescription
Public Extension MethodSets the arbitrary object associated with the node.
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

BrowsePathParser Class
OpcLabs.BaseLib.Navigation.Parsing Namespace