MappedEntityDomainManager<TData,TModel> Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices)
Crée une instance de 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)
Paramètres
- request
- HttpRequestMessage
Instance de .HttpRequestMessage
- services
- ApiServices
Instance de .ApiServices
S’applique à
MappedEntityDomainManager<TData,TModel>(DbContext, HttpRequestMessage, ApiServices, Boolean)
Crée une instance de 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)
Paramètres
- request
- HttpRequestMessage
Instance de .HttpRequestMessage
- services
- ApiServices
Instance de .ApiServices
- enableSoftDelete
- Boolean
Détermine si les lignes sont supprimées en dur ou marquées comme supprimées.
S’applique à
Azure SDK for .NET