Class PathExpressionParser
Default implementation of IParsesPathExpression.
Inheritance
System.Object
PathExpressionParser
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Expressions.PathExpressions
Assembly: ZptSharp.dll
Syntax
public class PathExpressionParser : IParsesPathExpression
Methods
| Improve this Doc View SourceParse(String)
Gets a PathExpression model object from a specified expression
string.
Declaration
public PathExpression Parse(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | The expression string. |
Returns
Type | Description |
---|---|
PathExpression | The parsed model object. |
Exceptions
Type | Condition |
---|---|
CannotParsePathException | If the expression cannot be parsed. |