Freigeben über


EntityDomainManager<TData> Konstruktoren

Definition

Überlädt

EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von EntityDomainManager<TData>.

EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von EntityDomainManager<TData>.

EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von EntityDomainManager<TData>.

public EntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public 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:

EntityDomainManager<TData>(DbContext, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von EntityDomainManager<TData>.

public EntityDomainManager (System.Data.Entity.DbContext context, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : System.Data.Entity.DbContext * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.EntityDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public 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: