Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <Type Name="MobileServiceCollectionExtensions" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions"> | |
| <TypeSignature Language="C#" Value="public static class MobileServiceCollectionExtensions" /> | |
| <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit MobileServiceCollectionExtensions extends System.Object" /> | |
| <TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions" /> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <Base> | |
| <BaseTypeName>System.Object</BaseTypeName> | |
| </Base> | |
| <Interfaces /> | |
| <Docs> | |
| <summary> | |
| Provides extension methods on <see cref="T:IMobileServiceTableQuery`1{T}" /> | |
| and <see cref="T:IMobileServiceTable`1{T}" /> to wrap them in a collection. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| <Members> | |
| <Member MemberName="ToCollectionAsync<TTable>"> | |
| <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>> ToCollectionAsync<TTable> (this Microsoft.WindowsAzure.MobileServices.IMobileServiceTable<TTable> table, int pageSize = 0);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2<!!TTable, !!TTable>> ToCollectionAsync<TTable>(class Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1<!!TTable> table, int32 pageSize) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions.ToCollectionAsync``1(Microsoft.WindowsAzure.MobileServices.IMobileServiceTable{``0},System.Int32)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TTable" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="table" Type="Microsoft.WindowsAzure.MobileServices.IMobileServiceTable<TTable>" RefType="this" /> | |
| <Parameter Name="pageSize" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TTable">To be added.</typeparam> | |
| <param name="table"> | |
| The table from which to create the new collection. | |
| </param> | |
| <param name="pageSize"> | |
| Optional page size. | |
| </param> | |
| <summary> | |
| Create a new collection based on the table. | |
| </summary> | |
| <returns>The collection.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ToCollectionAsync<TTable>"> | |
| <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>> ToCollectionAsync<TTable> (this Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable> query, int pageSize = 0);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2<!!TTable, !!TTable>> ToCollectionAsync<TTable>(class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!!TTable> query, int32 pageSize) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions.ToCollectionAsync``1(Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery{``0},System.Int32)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <Attributes> | |
| <Attribute> | |
| <AttributeName>System.Runtime.CompilerServices.AsyncStateMachine(typeof(Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions/<ToCollectionAsync>d__0`1))</AttributeName> | |
| </Attribute> | |
| </Attributes> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TTable" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="query" Type="Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable>" RefType="this" /> | |
| <Parameter Name="pageSize" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TTable">To be added.</typeparam> | |
| <param name="query"> | |
| The query to evaluate for data. | |
| </param> | |
| <param name="pageSize"> | |
| Optional page size. | |
| </param> | |
| <summary> | |
| Create a new collection based on the query. | |
| </summary> | |
| <returns>The collection.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ToCollectionAsync<TTable>"> | |
| <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>> ToCollectionAsync<TTable> (this Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<TTable> table, int pageSize = 0);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.MobileServices.MobileServiceCollection`2<!!TTable, !!TTable>> ToCollectionAsync<TTable>(class Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable`1<!!TTable> table, int32 pageSize) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionExtensions.ToCollectionAsync``1(Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable{``0},System.Int32)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<TTable,TTable>></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TTable" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="table" Type="Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<TTable>" RefType="this" /> | |
| <Parameter Name="pageSize" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TTable">To be added.</typeparam> | |
| <param name="table"> | |
| The local table from which to create the new collection. | |
| </param> | |
| <param name="pageSize"> | |
| Optional page size. | |
| </param> | |
| <summary> | |
| Create a new collection based on the local table. | |
| </summary> | |
| <returns>The collection.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| </Members> | |
| </Type> |