C# 클래스 Realms.Native.SortDescriptorBuilder

파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AddClause ( string columnName, bool @ascending ) : void
Flatten ( ) : Clause.Marshalable[]>.Tuple

Create a flattened array of all the clauses by concatenating the lists.

SortDescriptorBuilder ( RealmObject metadata ) : System

메소드 상세

AddClause() 공개 메소드

public AddClause ( string columnName, bool @ascending ) : void
columnName string
@ascending bool
리턴 void

Flatten() 공개 메소드

Create a flattened array of all the clauses by concatenating the lists.
public Flatten ( ) : Clause.Marshalable[]>.Tuple
리턴 Clause.Marshalable[]>.Tuple

SortDescriptorBuilder() 공개 메소드

public SortDescriptorBuilder ( RealmObject metadata ) : System
metadata RealmObject
리턴 System