Show / Hide Table of Contents

    Class CompositeExpression

    Inheritance
    System.Object
    QueryExpression
    CompositeExpression
    Inherited Members
    QueryExpression.Operator
    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: Bayat.Json.Linq.JsonPath
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class CompositeExpression : QueryExpression

    Constructors

    | Improve this Doc View Source

    CompositeExpression()

    Declaration
    public CompositeExpression()

    Properties

    | Improve this Doc View Source

    Expressions

    Declaration
    public List<QueryExpression> Expressions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<QueryExpression>

    Methods

    | Improve this Doc View Source

    IsMatch(JToken)

    Declaration
    public override bool IsMatch(JToken t)
    Parameters
    Type Name Description
    JToken t
    Returns
    Type Description
    System.Boolean
    Overrides
    QueryExpression.IsMatch(JToken)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    • Constructors
      • CompositeExpression()
    • Properties
      • Expressions
    • Methods
      • IsMatch(JToken)