Interface IKnowledgeCollectionRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Retrieval.Services
Assembly: Cephalon.Retrieval.dll
Collects knowledge collection descriptors contributed to the active retrieval runtime pack.
public interface IKnowledgeCollectionRegistryMethods
Section titled “Methods”Add(KnowledgeCollectionDescriptor)
Section titled “ Add(KnowledgeCollectionDescriptor)”Adds a knowledge collection descriptor to the registry.
void Add(KnowledgeCollectionDescriptor collection)Parameters
Section titled “Parameters”collection KnowledgeCollectionDescriptor
The collection descriptor to contribute.