你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MappedEntityDomainManager<TData,TModel> 构造函数

定义

重载

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

创建 MappedEntityDomainManager<TData,TModel> 的新实例

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

创建 MappedEntityDomainManager<TData,TModel> 的新实例

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

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)

参数

context
DbContext

的一个实例。DbContext

request
HttpRequestMessage

的一个实例。HttpRequestMessage

services
ApiServices

的一个实例。ApiServices

适用于

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

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)

参数

context
DbContext

的一个实例。DbContext

request
HttpRequestMessage

的一个实例。HttpRequestMessage

services
ApiServices

的一个实例。ApiServices

enableSoftDelete
Boolean

确定是硬删除行还是标记为已删除行。

适用于