Interface IFromEventAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that indicates that a read model or property is populated from an event.
public interface IFromEventAttribute : IEventBoundAttribute
- Inherited Members
Properties
ConstantKey
Gets a constant value to use as the key. All events of this type will update the same read model instance.
string? ConstantKey { get; }