C# Class Newtonsoft.Json.Linq.JsonPath.PathFilter

Afficher le fichier Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteFilter ( JToken root, IEnumerable current, bool errorWhenNoMatch ) : IEnumerable

Méthodes protégées

Méthode Description
GetTokenIndex ( JToken t, bool errorWhenNoMatch, int index ) : JToken

Method Details

ExecuteFilter() public abstract méthode

public abstract ExecuteFilter ( JToken root, IEnumerable current, bool errorWhenNoMatch ) : IEnumerable
root JToken
current IEnumerable
errorWhenNoMatch bool
Résultat IEnumerable

GetTokenIndex() protected static méthode

protected static GetTokenIndex ( JToken t, bool errorWhenNoMatch, int index ) : JToken
t JToken
errorWhenNoMatch bool
index int
Résultat JToken