Interface IHaveReadModel
- Namespace
- Cratis.Chronicle.ReadModels
- Assembly
- Cratis.Chronicle.dll
Defines a type that has a read model.
public interface IHaveReadModel
Properties
ContainerName
Gets the container name of the read model (collection, table, etc.).
ReadModelContainerName ContainerName { get; }
Property Value
ReadModelType
Gets the type of the read model.
Type ReadModelType { get; }