Freigeben über


MongoDomainManager<TData> Konstruktoren

Definition

Überlädt

MongoDomainManager<TData>(String, String, String, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von MongoDomainManager<TData>.

MongoDomainManager<TData>(String, String, String, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von MongoDomainManager<TData>.

MongoDomainManager<TData>(String, String, String, HttpRequestMessage, ApiServices)

Erstellt eine neue Instanz von MongoDomainManager<TData>.

public MongoDomainManager (string connectionStringName, string databaseName, string collectionName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.MongoDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : string * string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.MongoDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public Sub New (connectionStringName As String, databaseName As String, collectionName As String, request As HttpRequestMessage, services As ApiServices)

Parameter

connectionStringName
String

Name der Verbindungszeichenfolge für mongo-Datenbank

databaseName
String

Name der Mongo-Datenbank

collectionName
String

Name der Mongo-Sammlung

request
HttpRequestMessage

Eine Instanz von .HttpRequestMessage

services
ApiServices

Eine Instanz von .ApiServices

Gilt für:

MongoDomainManager<TData>(String, String, String, HttpRequestMessage, ApiServices, Boolean)

Erstellt eine neue Instanz von MongoDomainManager<TData>.

public MongoDomainManager (string connectionStringName, string databaseName, string collectionName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.MongoDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : string * string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.MongoDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public Sub New (connectionStringName As String, databaseName As String, collectionName As String, request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)

Parameter

connectionStringName
String

Name der Verbindungszeichenfolge für mongo-Datenbank

databaseName
String

Name der Mongo-Datenbank

collectionName
String

Name der Mongo-Sammlung

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: