Interface IDataProductContributor
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more data product descriptors to the active runtime.
public interface IDataProductContributorMethods
Section titled “Methods”RegisterDataProducts(IDataProductRegistry)
Section titled “ RegisterDataProducts(IDataProductRegistry)”Registers one or more data product descriptors with the supplied registry.
void RegisterDataProducts(IDataProductRegistry dataProducts)Parameters
Section titled “Parameters”dataProducts IDataProductRegistry
The registry that collects contributed data product descriptors.