Interface ICountAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that indicates that a property value should count occurrences of an event.
public interface ICountAttribute : 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; }