Permalink
Fetching contributors…
Cannot retrieve contributors at this time
60 lines (60 sloc) 3.14 KB
<Type Name="MobileServiceCollection&lt;T&gt;" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceCollection&lt;T&gt;">
<TypeSignature Language="C#" Value="public class MobileServiceCollection&lt;T&gt; : Microsoft.WindowsAzure.MobileServices.MobileServiceCollection&lt;T,T&gt;" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MobileServiceCollection`1&lt;T&gt; extends Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2&lt;!T, !T&gt;" />
<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&lt;T,T&gt;</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&lt;T&gt; query, int pageSize = 0);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1&lt;!T&gt; 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&lt;T&gt;" />
<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>