CatalogLoadDataSetSet.CatalogLoadDataSetSet Constructors
Initializes a new instance of the CatalogLoadDataSetSet class.
Overload List
Name | Description | |
---|---|---|
Public method | CatalogLoadDataSetSet(Catalog catalog, CatalogQueryCollection queries) | Initializes a new instance of the CatalogLoadDataSetSet class with the specified catalog and queries. |
Public method | CatalogLoadDataSetSet(Catalog catalog, IEnumerable< CatalogQuery > queries) | Initializes a new instance of the CatalogLoadDataSetSet class with the specified catalog and queries. |
CatalogLoadDataSetSet(Catalog catalog, CatalogQueryCollection queries)
Initializes a new instance of the CatalogLoadDataSetSet class with the specified catalog and queries.Syntax
public CatalogLoadDataSetSet (
Catalog catalog,
CatalogQueryCollection queries
)
Parameters
catalog
Type: Catalog
The catalog to load data set services from.
The catalog to load data set services from.
queries
Type: A collection of CatalogQuery elements.
A list of queries used to find and load the data set services.
A list of queries used to find and load the data set services.
CatalogLoadDataSetSet(Catalog catalog, IEnumerable< CatalogQuery > queries)
Initializes a new instance of the CatalogLoadDataSetSet class with the specified catalog and queries.Syntax
public CatalogLoadDataSetSet (
Catalog catalog,
IEnumerable< CatalogQuery > queries
)
Parameters
catalog
Type: Catalog
The catalog to load data set services from.
The catalog to load data set services from.
queries
Type: A collection of CatalogQuery elements.
A list of queries used to find and load the data set services.
A list of queries used to find and load the data set services.
Platforms
Windows, Linux, Android