MappedEntityDomainManager<TData,TModel> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- 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
- 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:
Azure SDK for .NET