C# Class Unity3dAzure.AppServices.CustomQuery

Afficher le fichier Open project: Unity3dAzure/AppServices Class Usage Examples

Méthodes publiques

Свойство Type Description
Filter string
IncludeDeleted bool
OrderBy string
Select string
Skip uint
SystemProperties MobileServiceSystemProperty
Top uint

Méthodes publiques

Méthode 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

Méthode Description
EscapeURL ( string query ) : string
SystemPropertiesValues ( MobileServiceSystemProperty systemProperties ) : string

Method Details

CreateWithOrderBy() public static méthode

public static CreateWithOrderBy ( string orderBy ) : CustomQuery
orderBy string
Résultat CustomQuery

CustomQuery() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Filter public_oe property

public string Filter
Résultat string

IncludeDeleted public_oe property

public bool IncludeDeleted
Résultat bool

OrderBy public_oe property

public string OrderBy
Résultat string

Select public_oe property

public string Select
Résultat string

Skip public_oe property

public uint Skip
Résultat uint

SystemProperties public_oe property

public MobileServiceSystemProperty SystemProperties
Résultat MobileServiceSystemProperty

Top public_oe property

public uint Top
Résultat uint