Name | Description | |
---|---|---|
BrowsePathParser Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by BrowsePathParser.
Name | Description | |
---|---|---|
BrowsePathParser Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
DefaultBasePath | Default base path. | |
DefaultMaximumParentDepth | Default value of the MaximumParentDepth property. Equals to System.Int32.MaxValue. | |
EscapeCharacter | An escape character. Equals to an ampersand ('&'). | |
ReferenceCharacter | A reference character. Equals to a dot ('.'). | |
SeparatorCharacter | A separator character. Equals to a forward slash ('/'). |
Name | Description | |
---|---|---|
BasePath | The base path for relative input paths. null if none given. | |
MaximumParentDepth | How many levels above the base path can be referenced. | |
Standard | A standard browse path parser. |
Name | Description | |
---|---|---|
Equals | Determines whether the current browse path parser is the same as other object. | |
GetHashCode | ||
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IsAbsolute | Determines whether a given browse path string determines an absolute browse path. | |
Parse | Parses a string containing a browse path, and returns a corresponding browse path object. | |
ParseRelative | Parses a string containing a relative browse path, and returns a corresponding browse path element collection. | |
ToString | Returns a string that represents the current object. (Inherited from object) | |
TryParse | Attempts to parse a string containing an absolute browse path. | |
TryParseRelative | Attempts to parse a string containing a relative browse path. |
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) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |