MobileServiceCollection<T>
Class
Definition
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.
public class MobileServiceCollection<T> : Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<T,T>
Type Parameters
- T
Data source and collection element type.
- Inheritance
Inherited Members
Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2
Remarks
This currently handles asynchronously loading the data, notifying the controls and paging.
Constructors
| MobileServiceCollection<T>(IMobileServiceTableQuery<T>, Int32) |
Initializes a new instance of the IncrementalLoadingMobileServiceCollection{T} class. |