Freigeben über


MappedEntityDomainManager<TData,TModel> Konstruktoren

Definition

Überlädt

MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von MappedEntityDomainManager<TData,TModel>.

MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von MappedEntityDomainManager<TData,TModel>.

MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von MappedEntityDomainManager<TData,TModel>.

protected MappedEntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Model : null)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Model : null)>
Protected Sub New (context As DbContext, request As HttpRequestMessage, services As ApiServices)

Parameter

context
DbContext

Eine Instanz von .DbContext

request
HttpRequestMessage

Eine Instanz von .HttpRequestMessage

services
ApiServices

Eine Instanz von .ApiServices

Gilt für:

MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von MappedEntityDomainManager<TData,TModel>.

protected MappedEntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Model : null)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.MappedEntityDomainManager<'Data, 'Model (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Model : null)>
Protected Sub New (context As DbContext, request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)

Parameter

context
DbContext

Eine Instanz von .DbContext

request
HttpRequestMessage

Eine Instanz von .HttpRequestMessage

services
ApiServices

Eine Instanz von .ApiServices

enableSoftDelete
Boolean

Bestimmt, ob Zeilen endgültig gelöscht oder als gelöscht markiert werden.

Gilt für: