Class PathExpression
Model for a path expression, providing access to the individual parts.
Inheritance
System.Object
PathExpression
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 PathExpression
Constructors
| Improve this Doc View SourcePathExpression(IList<PathExpression.AlternateExpression>)
Initializes a new instance of the PathExpression class from a list of alternate expressions.
Declaration
public PathExpression(IList<PathExpression.AlternateExpression> alternates)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PathExpression.AlternateExpression> | alternates | The alternates. |
Properties
| Improve this Doc View SourceAlternates
Gets a collection of the alternate expressions which make up this overall path expression.
Declaration
public IReadOnlyList<PathExpression.AlternateExpression> Alternates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<PathExpression.AlternateExpression> | The alternate expressions. |