C# Class Unity3dAzure.AppServices.CustomQuery

Mostrar archivo 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_oe property

public string Filter
return string

IncludeDeleted public_oe property

public bool IncludeDeleted
return bool

OrderBy public_oe property

public string OrderBy
return string

Select public_oe property

public string Select
return string

Skip public_oe property

public uint Skip
return uint

SystemProperties public_oe property

public MobileServiceSystemProperty SystemProperties
return MobileServiceSystemProperty

Top public_oe property

public uint Top
return uint