Skip to content

Interface IProjectionContributor

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

Contributes one or more projection descriptors to the active runtime.

public interface IProjectionContributor

Registers one or more projection descriptors with the supplied registry.

void RegisterProjections(IProjectionRegistry projections)

projections IProjectionRegistry

The registry that collects contributed projection descriptors.