Skip to main content
All docs
V25.1
  • MongoDBQueryViewModelsList Constructors

    A View Model that stores a collection of MongoDB query View Models.
    Name Parameters Description
    MongoDBQueryViewModelsList(IList<MongoDBQueryViewModel>, IParameterService, IParameterEditorService, Dictionary<String, String[]>) list, parameterService, parameterEditorService, serverSchema Initializes a new instance of the MongoDBQueryViewModelsList class with specified settings.
    See Also