C# Class Foundatio.Repositories.Elasticsearch.Queries.Options.ElasticQueryOptionsExtensions

Afficher le fichier Open project: exceptionless/Foundatio.Repositories

Méthodes publiques

Méthode Description
CanAggregateByField ( this options, string field ) : bool
CanSearchByField ( this options, string field ) : bool
CanSortByField ( this options, string field ) : bool

Method Details

CanAggregateByField() public static méthode

public static CanAggregateByField ( this options, string field ) : bool
options this
field string
Résultat bool

CanSearchByField() public static méthode

public static CanSearchByField ( this options, string field ) : bool
options this
field string
Résultat bool

CanSortByField() public static méthode

public static CanSortByField ( this options, string field ) : bool
options this
field string
Résultat bool