C# 클래스 Foundatio.Repositories.Elasticsearch.Queries.Options.ElasticQueryOptionsExtensions

파일 보기 프로젝트 열기: exceptionless/Foundatio.Repositories

공개 메소드들

메소드 설명
CanAggregateByField ( this options, string field ) : bool
CanSearchByField ( this options, string field ) : bool
CanSortByField ( this options, string field ) : bool

메소드 상세

CanAggregateByField() 공개 정적인 메소드

public static CanAggregateByField ( this options, string field ) : bool
options this
field string
리턴 bool

CanSearchByField() 공개 정적인 메소드

public static CanSearchByField ( this options, string field ) : bool
options this
field string
리턴 bool

CanSortByField() 공개 정적인 메소드

public static CanSortByField ( this options, string field ) : bool
options this
field string
리턴 bool