MongoDBQueryViewModelsList(IList<MongoDBQueryViewModel>, IParameterService, IParameterEditorService, Dictionary<String, String[]>) Constructor
In This Article
Initializes a new instance of the MongoDBQueryViewModelsList class with specified settings.
Namespace: DevExpress.DataAccess.UI.MongoDB
Assembly: DevExpress.DataAccess.v24.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<Mongo |
A collection of Mongo |
parameter |
IParameter |
A service that manages external parameters the Mongo |
parameter |
IParameter |
A service that manages parameter types of the Mongo |
server |
Dictionary<String, String[]> | Contains Mongo |
See Also