MongoDBQueryViewModelsList(IList<MongoDBQueryViewModel>, IParameterService, IParameterEditorService, Dictionary<String, String[]>) Constructor
Initializes a new instance of the MongoDBQueryViewModelsList class with specified settings.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
public MongoDBQueryViewModelsList(
IList<MongoDBQueryViewModel> list,
IParameterService parameterService,
IParameterEditorService parameterEditorService,
Dictionary<string, string[]> serverSchema
)
Parameters
| Name | Type | Description |
|---|---|---|
| list | IList<MongoDBQueryViewModel> | A collection of MongoDB query View Models. |
| parameterService | IParameterService | A service that manages external parameters the MongoDB query references. |
| parameterEditorService | IParameterEditorService | A service that manages parameter types of the MongoDB query. |
| serverSchema | Dictionary<String, String[]> | Contains MongoDB collections grouped by a database. |
See Also