Show / Hide Table of Contents

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 Source

PathExpression(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 Source

Alternates

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX