Interface IKnowledgeCollectionContributor
Namespace: Cephalon.Retrieval.Services
Assembly: Cephalon.Retrieval.dll
Allows a module to contribute knowledge collections into the active retrieval runtime pack.
public interface IKnowledgeCollectionContributorMethods
Section titled “Methods”RegisterCollections(IKnowledgeCollectionRegistry)
Section titled “ RegisterCollections(IKnowledgeCollectionRegistry)”Registers one or more knowledge collection descriptors with the supplied registry.
void RegisterCollections(IKnowledgeCollectionRegistry collections)Parameters
Section titled “Parameters”collections IKnowledgeCollectionRegistry
The registry that collects contributed collection descriptors.