Show / Hide Table of Contents

    Class BooleanQueryExpression

    Inheritance
    System.Object
    QueryExpression
    BooleanQueryExpression
    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 BooleanQueryExpression : QueryExpression

    Properties

    | Improve this Doc View Source

    Path

    Declaration
    public List<PathFilter> Path { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PathFilter>
    | Improve this Doc View Source

    Value

    Declaration
    public JValue Value { get; set; }
    Property Value
    Type Description
    JValue

    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