Interface IProjectionContributor
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more projection descriptors to the active runtime.
public interface IProjectionContributorMethods
Section titled “Methods”RegisterProjections(IProjectionRegistry)
Section titled “ RegisterProjections(IProjectionRegistry)”Registers one or more projection descriptors with the supplied registry.
void RegisterProjections(IProjectionRegistry projections)Parameters
Section titled “Parameters”projections IProjectionRegistry
The registry that collects contributed projection descriptors.