Udostępnij za pośrednictwem


EntityData Class

Definition

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.

public abstract class EntityData : Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData
type EntityData = class
    interface ITableData
Public MustInherit Class EntityData
Implements ITableData
Inheritance
EntityData
Implements

Constructors

EntityData()

Properties

CreatedAt
Deleted
Id
UpdatedAt
Version

Applies to