Interface IIncrementAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that indicates that a property value should be incremented when an event occurs.
public interface IIncrementAttribute : 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; }