Show / Hide Table of Contents

    Class QueryExpression

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

    Properties

    | Improve this Doc View Source

    Operator

    Declaration
    public QueryOperator Operator { get; set; }
    Property Value
    Type Description
    QueryOperator

    Methods

    | Improve this Doc View Source

    IsMatch(JToken)

    Declaration
    public abstract bool IsMatch(JToken t)
    Parameters
    Type Name Description
    JToken t
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    • Properties
      • Operator
    • Methods
      • IsMatch(JToken)