Class 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 class CompositeExpression : QueryExpression
Constructors
| Improve this Doc View SourceCompositeExpression()
Declaration
public CompositeExpression()
Properties
| Improve this Doc View SourceExpressions
Declaration
public List<QueryExpression> Expressions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<QueryExpression> |
Methods
| Improve this Doc View SourceIsMatch(JToken)
Declaration
public override bool IsMatch(JToken t)
Parameters
Type | Name | Description |
---|---|---|
JToken | t |
Returns
Type | Description |
---|---|
System.Boolean |