Skip to content

Interface IDataProductRegistry

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Receives data product descriptors contributed by active modules or packages.

public interface IDataProductRegistry

Adds a data product to the current runtime composition.

void Add(DataProductDescriptor dataProduct)

dataProduct DataProductDescriptor

The data product descriptor to register.