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