Permalink
Fetching contributors…
Cannot retrieve contributors at this time
44 lines (44 sloc) 1.83 KB
<Type Name="UpdatedAtAttribute" FullName="Microsoft.WindowsAzure.MobileServices.UpdatedAtAttribute">
<TypeSignature Language="C#" Value="public class UpdatedAtAttribute : Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UpdatedAtAttribute extends System.Attribute" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.UpdatedAtAttribute" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Attribute applied to a member of a type to specify that it represents
the updatedAt system property.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public UpdatedAtAttribute ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.UpdatedAtAttribute.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the UpdatedAtAttribute class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>