Table of Contents

Class EverestCatalogServiceBase<TChemical, TCatalogApplication>

Namespace
Everest.Service.Catalog
Assembly
Everest.Service.dll
public abstract class EverestCatalogServiceBase<TChemical, TCatalogApplication> : EverestServiceBase<TCatalogApplication> where TChemical : ICatalogChemical where TCatalogApplication : ICatalogChemicalsSource<TChemical>

Type Parameters

TChemical
TCatalogApplication
Inheritance
EverestServiceBase<TCatalogApplication>
EverestCatalogServiceBase<TChemical, TCatalogApplication>
Derived
Inherited Members

Constructors

EverestCatalogServiceBase(TCatalogApplication, ILog, IMapper)

Methods

GetAllCatalogDefinitions(ProductLines?, bool, bool)
GetAllCatalogDetails(ProductLines?, bool, bool)
GetAll<TContract>(ProductLines, bool, bool)
GetCatalogDefinition(string)
GetCatalogDetails(string)
GetCatalogNotFoundFault(string, string)
Get<TContract>(string)
ValidateIsOfficial(bool, bool)