Permalink
Fetching contributors…
Cannot retrieve contributors at this time
134 lines (134 sloc) 5.99 KB
<Type Name="MobileServiceSystemProperties" FullName="Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties">
<TypeSignature Language="C#" Value="public enum MobileServiceSystemProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed MobileServiceSystemProperties extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
A flags enum for the available system properties in
Mobile Services.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="All">
<MemberSignature Language="C#" Value="All" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties All = int32(65535)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.All" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
All of the system properties.
</summary>
</Docs>
</Member>
<Member MemberName="CreatedAt">
<MemberSignature Language="C#" Value="CreatedAt" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties CreatedAt = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.CreatedAt" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
The createdAt system property
</summary>
</Docs>
</Member>
<Member MemberName="Deleted">
<MemberSignature Language="C#" Value="Deleted" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties Deleted = int32(8)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.Deleted" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
The deleted system property
</summary>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties None = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.None" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
No system properties
</summary>
</Docs>
</Member>
<Member MemberName="UpdatedAt">
<MemberSignature Language="C#" Value="UpdatedAt" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties UpdatedAt = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.UpdatedAt" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
The updatedAt system property
</summary>
</Docs>
</Member>
<Member MemberName="Version">
<MemberSignature Language="C#" Value="Version" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties Version = int32(4)" />
<MemberSignature Language="DocId" Value="F:Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties.Version" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.MobileServices.MobileServiceSystemProperties</ReturnType>
</ReturnValue>
<Docs>
<summary>
The version system property
</summary>
</Docs>
</Member>
</Members>
</Type>