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

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

공개 메소드들

메소드 설명
FilterName ( string filterName ) : HasChildFilterBuilder

Sets the filter name for the filter that can be used when searching for matched_filters per hit.

HasChildFilterBuilder ( string type, IQueryBuilder queryBuilder ) : Newtonsoft.Json.Linq
Scope ( string scope ) : HasChildFilterBuilder
ToJsonObject ( ) : object
ToString ( ) : string

메소드 상세

FilterName() 공개 메소드

Sets the filter name for the filter that can be used when searching for matched_filters per hit.
public FilterName ( string filterName ) : HasChildFilterBuilder
filterName string
리턴 HasChildFilterBuilder

HasChildFilterBuilder() 공개 메소드

public HasChildFilterBuilder ( string type, IQueryBuilder queryBuilder ) : Newtonsoft.Json.Linq
type string
queryBuilder IQueryBuilder
리턴 Newtonsoft.Json.Linq

Scope() 공개 메소드

public Scope ( string scope ) : HasChildFilterBuilder
scope string
리턴 HasChildFilterBuilder

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string