C# 클래스 Unity3dAzure.AppServices.CustomQuery

파일 보기 프로젝트 열기: Unity3dAzure/AppServices 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filter string
IncludeDeleted bool
OrderBy string
Select string
Skip uint
SystemProperties MobileServiceSystemProperty
Top uint

공개 메소드들

메소드 설명
CreateWithOrderBy ( string orderBy ) : CustomQuery
CustomQuery ( string filter = "", string orderBy = null, uint top, uint skip, string select = null, MobileServiceSystemProperty systemProperties = MobileServiceSystemProperty.nil, bool includeDeleted = false ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
EscapeURL ( string query ) : string
SystemPropertiesValues ( MobileServiceSystemProperty systemProperties ) : string

메소드 상세

CreateWithOrderBy() 공개 정적인 메소드

public static CreateWithOrderBy ( string orderBy ) : CustomQuery
orderBy string
리턴 CustomQuery

CustomQuery() 공개 메소드

public CustomQuery ( string filter = "", string orderBy = null, uint top, uint skip, string select = null, MobileServiceSystemProperty systemProperties = MobileServiceSystemProperty.nil, bool includeDeleted = false ) : System
filter string
orderBy string
top uint
skip uint
select string
systemProperties MobileServiceSystemProperty
includeDeleted bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Filter 공개적으로 프로퍼티

public string Filter
리턴 string

IncludeDeleted 공개적으로 프로퍼티

public bool IncludeDeleted
리턴 bool

OrderBy 공개적으로 프로퍼티

public string OrderBy
리턴 string

Select 공개적으로 프로퍼티

public string Select
리턴 string

Skip 공개적으로 프로퍼티

public uint Skip
리턴 uint

SystemProperties 공개적으로 프로퍼티

public MobileServiceSystemProperty SystemProperties
리턴 MobileServiceSystemProperty

Top 공개적으로 프로퍼티

public uint Top
리턴 uint