Interface IDataProductRegistry
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Receives data product descriptors contributed by active modules or packages.
public interface IDataProductRegistryMethods
Section titled “Methods”Add(DataProductDescriptor)
Section titled “ Add(DataProductDescriptor)”Adds a data product to the current runtime composition.
void Add(DataProductDescriptor dataProduct)Parameters
Section titled “Parameters”dataProduct DataProductDescriptor
The data product descriptor to register.