Interface IEventBoundAttribute
- Namespace
- Cratis.Chronicle.Projections.ModelBound
- Assembly
- Cratis.Chronicle.dll
Defines an attribute that is bound to a specific event type.
public interface IEventBoundAttribute
Properties
EventType
Gets the type of event this attribute is bound to.
Type EventType { get; }