Skip to content

Interface IProjectionRegistry

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

Receives projection descriptors contributed by active modules or packages.

public interface IProjectionRegistry

Adds a projection to the current runtime composition.

void Add(ProjectionDescriptor projection)

projection ProjectionDescriptor

The projection descriptor to register.