Class PathFilter
Inheritance
System.Object
PathFilter
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 PathFilter
Methods
| Improve this Doc View SourceExecuteFilter(IEnumerable<JToken>, Boolean)
Declaration
public abstract IEnumerable<JToken> ExecuteFilter(IEnumerable<JToken> current, bool errorWhenNoMatch)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<JToken> | current | |
System.Boolean | errorWhenNoMatch |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<JToken> |
GetTokenIndex(JToken, Boolean, Int32)
Declaration
protected static JToken GetTokenIndex(JToken t, bool errorWhenNoMatch, int index)
Parameters
Type | Name | Description |
---|---|---|
JToken | t | |
System.Boolean | errorWhenNoMatch | |
System.Int32 | index |
Returns
Type | Description |
---|---|
JToken |