Key classes and files involved
- CatalogContext.cs
- CatalogDto.cs
- CatalogEntryDto.cs
- MetaDataContext.cs
- MetaClass.cs
- MetaHelper.cs
How it works
Below is sample code that shows the use of Catalog System API data transfer objects (DTOs) being used to create a catalog entry in the ECF. The CatalogContext is the main API hook to the ECF Catalog System. Please see the code comments for details.
Configuring CatalogContext for Importing Catalog Data
Configuration
The CatalogContext gets its configuration from ecf.catalog.config. In there is:
Labels:
None