C# 클래스 Rubber.DSL.Sort.FieldSortBuilder

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

공개 메소드들

메소드 설명
FieldSortBuilder ( string fieldName ) : Newtonsoft.Json.Linq
IgnoreUnmapped ( bool ignoreUnmapped ) : FieldSortBuilder

Sets if the field does not exists in the index, it should be ignored and not sorted by or not. Defaults to false (not ignoring).

Missing ( object missing ) : ISortBuilder
Order ( SortOrder order ) : ISortBuilder
ToJsonObject ( ) : object
ToString ( ) : string

메소드 상세

FieldSortBuilder() 공개 메소드

public FieldSortBuilder ( string fieldName ) : Newtonsoft.Json.Linq
fieldName string
리턴 Newtonsoft.Json.Linq

IgnoreUnmapped() 공개 메소드

Sets if the field does not exists in the index, it should be ignored and not sorted by or not. Defaults to false (not ignoring).
public IgnoreUnmapped ( bool ignoreUnmapped ) : FieldSortBuilder
ignoreUnmapped bool
리턴 FieldSortBuilder

Missing() 공개 메소드

public Missing ( object missing ) : ISortBuilder
missing object
리턴 ISortBuilder

Order() 공개 메소드

public Order ( SortOrder order ) : ISortBuilder
order SortOrder
리턴 ISortBuilder

ToJsonObject() 공개 메소드

public ToJsonObject ( ) : object
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string