C# 클래스 Rubber.DSL.Filter.TermsFilterBuilder

상속: IFilterBuilder
파일 보기 프로젝트 열기: stephenpope/Rubber

공개 메소드들

메소드 설명
Cache ( bool cache ) : TermsFilterBuilder

Should the filter be cached or not. Defaults to false.

CacheKey ( string cacheKey ) : TermsFilterBuilder
Execution ( string execution ) : TermsFilterBuilder

Sets the execution mode for the terms filter. Can be either "plain", "bool" "and". Defaults to "plain".

FilterName ( string filterName ) : TermsFilterBuilder
TermsFilterBuilder ( string name ) : System.Collections.Generic

A filter for a field based on several terms matching on any of them.

TermsFilterBuilder ( string name, IEnumerable values ) : System.Collections.Generic
ToJsonObject ( ) : object
ToString ( ) : string

메소드 상세

Cache() 공개 메소드

Should the filter be cached or not. Defaults to false.
public Cache ( bool cache ) : TermsFilterBuilder
cache bool
리턴 TermsFilterBuilder

CacheKey() 공개 메소드

public CacheKey ( string cacheKey ) : TermsFilterBuilder
cacheKey string
리턴 TermsFilterBuilder

Execution() 공개 메소드

Sets the execution mode for the terms filter. Can be either "plain", "bool" "and". Defaults to "plain".
public Execution ( string execution ) : TermsFilterBuilder
execution string
리턴 TermsFilterBuilder

FilterName() 공개 메소드

public FilterName ( string filterName ) : TermsFilterBuilder
filterName string
리턴 TermsFilterBuilder

TermsFilterBuilder() 공개 메소드

A filter for a field based on several terms matching on any of them.
public TermsFilterBuilder ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

TermsFilterBuilder() 공개 메소드

public TermsFilterBuilder ( string name, IEnumerable values ) : System.Collections.Generic
name string
values IEnumerable
리턴 System.Collections.Generic

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string