EntityData Class

 

An abstract implementation of the ITableData interface indicating how the system properties for a given table data model are to be serialized when communicating with clients when using Entity Framework for accessing the backend store. The uniform serialization of system properties ensures that the clients can process the system properties uniformly across platforms. Concrete entity framework models can derive from this base class in order to support the system properties.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.EntityData

Syntax

public abstract class EntityData : ITableData
public ref class EntityData abstract : ITableData
[<AbstractClass>]
type EntityData = 
    class
        interface ITableData
    end
Public MustInherit Class EntityData
    Implements ITableData

Constructors

Name Description
System_CAPS_protmethod EntityData()

Properties

Name Description
System_CAPS_pubproperty CreatedAt

System_CAPS_pubproperty Deleted

System_CAPS_pubproperty Id

System_CAPS_pubproperty UpdatedAt

System_CAPS_pubproperty Version

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top