C# Class Unity3dAzure.AppServices.CustomQuery

Show file Open project: Unity3dAzure/AppServices Class Usage Examples

Public Properties

Property Type Description
Filter string
IncludeDeleted bool
OrderBy string
Select string
Skip uint
SystemProperties MobileServiceSystemProperty
Top uint

Public Methods

Method Description
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

Private Methods

Method Description
EscapeURL ( string query ) : string
SystemPropertiesValues ( MobileServiceSystemProperty systemProperties ) : string

Method Details

CreateWithOrderBy() public static method

public static CreateWithOrderBy ( string orderBy ) : CustomQuery
orderBy string
return CustomQuery

CustomQuery() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Filter public property

public string Filter
return string

IncludeDeleted public property

public bool IncludeDeleted
return bool

OrderBy public property

public string OrderBy
return string

Select public property

public string Select
return string

Skip public property

public uint Skip
return uint

SystemProperties public property

public MobileServiceSystemProperty SystemProperties
return MobileServiceSystemProperty

Top public property

public uint Top
return uint