Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <Type Name="MobileServiceCollection<T>" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<T>"> | |
| <TypeSignature Language="C#" Value="public class MobileServiceCollection<T> : Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<T,T>" /> | |
| <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MobileServiceCollection`1<T> extends Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2<!T, !T>" /> | |
| <TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`1" /> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <TypeParameters> | |
| <TypeParameter Name="T" /> | |
| </TypeParameters> | |
| <Base> | |
| <BaseTypeName>Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<T,T></BaseTypeName> | |
| <BaseTypeArguments> | |
| <BaseTypeArgument TypeParamName="TTable">T</BaseTypeArgument> | |
| <BaseTypeArgument TypeParamName="TCollection">T</BaseTypeArgument> | |
| </BaseTypeArguments> | |
| </Base> | |
| <Interfaces /> | |
| <Docs> | |
| <typeparam name="T">Data source and collection element type.</typeparam> | |
| <summary> | |
| 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. | |
| </summary> | |
| <remarks> | |
| This currently handles asynchronously loading the data, notifying the | |
| controls and paging. | |
| </remarks> | |
| </Docs> | |
| <Members> | |
| <Member MemberName=".ctor"> | |
| <MemberSignature Language="C#" Value="public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> query, int pageSize = 0);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> query, int32 pageSize) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`1.#ctor(Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery{`0},System.Int32)" /> | |
| <MemberType>Constructor</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <Parameters> | |
| <Parameter Name="query" Type="Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T>" /> | |
| <Parameter Name="pageSize" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="query"> | |
| The data source's query which provides the data. | |
| </param> | |
| <param name="pageSize"> | |
| The number of items requested per request. | |
| </param> | |
| <summary> | |
| Initializes a new instance of the <see cref="T:IncrementalLoadingMobileServiceCollection{T}" /> class. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| </Members> | |
| </Type> |