Microsoft.WindowsAzure.MobileServices Namespace
Updated: July 26, 2012
Provides access to Microsoft Azure Mobile Services functionality in a Windows Store app written in C#/Visual Basic and XAML.
| Class | Description | |
|---|---|---|
![]() | CreatedAtAttribute | Attribute applied to a member of a type to specify that it represents the __createdAt system property. |
![]() | DataTableAttribute | Attribute applied to a type to specify the Mobile Services table it represents. |
![]() | MobileServiceClient | Provides basic access to Mobile Services. |
![]() | MobileServiceClientExtensions | Extension methods for UI-based login. |
![]() | MobileServiceCollection<T> | An asynchronous data source that can wrap the results of a Mobile Services query in a way that's easily consumed by Xaml collection controls like ListView, GridView or ListBox. |
![]() | MobileServiceCollection<TTable, TCollection> | An asynchronous data source that can wrap the results of a Mobile Services query in a way that's easily consumed by Xaml collection controls like ListView, GridView or ListBox. |
![]() | MobileServiceCollectionExtensions | Provides extension methods on T:IMobileServiceTableQuery`1{T} and T:IMobileServiceTable`1{T} to wrap them in a collection. |
![]() | MobileServiceContractResolver | An IContractResolver implementation that is used with the MobileServiceClient. |
![]() | MobileServiceIncrementalLoadingCollection<T> | An asynchronous data source that implements ISupportIncrementalLoading and can wrap the results of a Mobile Services query in a way that's easily consumed by Xaml collection controls like ListView, GridView or ListBox. |
![]() | MobileServiceIncrementalLoadingCollection<TTable, TCollection> | An asynchronous data source that implements ISupportIncrementalLoading and can wrap the results of a Mobile Services query in a way that's easily consumed by Xaml collection controls like ListView, GridView or ListBox. |
![]() | MobileServiceIncrementalLoadingCollectionExtensions | Provide extension methods on T:IMobileServiceTableQuery`1{T} and T:IMobileServiceTable`1{T} to wrap them in an incremental loading collection. |
![]() | MobileServiceInvalidOperationException | Provides additional details of an invalid operation specific to a Mobile Service. |
![]() | MobileServiceIsoDateTimeConverter | Converts DateTime and DateTimeOffset object into UTC DateTime and creates a ISO string representation by calling ToUniversalTime on serialization and ToLocalTime on deserialization. |
![]() | MobileServiceJsonSerializerSettings | JSON serializer settings to use with a MobileServiceClient. |
![]() | MobileServicePrecisionCheckConverter | |
![]() | MobileServicePreconditionFailedException | Provides details of http response with status code of 'Precondition Failed' |
![]() | MobileServicePreconditionFailedException<T> | Provides details of http response with status code of 'Precondition Failed' |
![]() | MobileServiceUser | An authenticated Mobile Services user. |
![]() | Push | Define a class help to create/update/delete notification registrations |
![]() | Registration | Registration is used to define a target that is registered for notifications |
![]() | SingleSignOnExtensions | Provides extension methods for single sign-on. |
![]() | TemplateRegistration | Registration is used to define a target that is registered for notifications. A TemplateRegistration allows the client application to define the format of the registration. |
![]() | UpdatedAtAttribute | Attribute applied to a member of a type to specify that it represents the __updatedAt system property. |
![]() | VersionAttribute | Attribute applied to a member of a type to specify that it represents the __version system property. |
| Interface | Description | |
|---|---|---|
![]() | IMobileServiceClient | Interface for the MobileServiceClient. |
![]() | IMobileServiceTable | Provides operations on a table for a Mobile Service. |
![]() | IMobileServiceTable<T> | Provides operations on a table for a Mobile Service. |
![]() | IMobileServiceTableQuery<T> | Represents a query that can be evaluated against a Mobile Services table. MobileServiceTableQuery instances can be obtained via MobileServiceClient.Query(of T)(). |
![]() | ITotalCountProvider | Used to access the total count of all records that returned by a query, ignoring any paging requirements. |
| Enumeration | Description | |
|---|---|---|
![]() | MobileServiceAuthenticationProvider | Enumerates the identity providers supported by Microsoft Azure Mobile Services. |
![]() | MobileServiceSystemProperties | A flags enum for the available system properties in Mobile Services. |


