Skip to content

Interface IKnowledgeCollectionRegistry

Namespace: Cephalon.Retrieval.Services
Assembly: Cephalon.Retrieval.dll

Collects knowledge collection descriptors contributed to the active retrieval runtime pack.

public interface IKnowledgeCollectionRegistry

Adds a knowledge collection descriptor to the registry.

void Add(KnowledgeCollectionDescriptor collection)

collection KnowledgeCollectionDescriptor

The collection descriptor to contribute.