Events Property
Definition
Events
Gets the events that was added to the Aggregate.
IReadOnlyList<out TEvent> Events { get; }
Property Value
- IReadOnlyList<TEvent>
The events added to the Aggregate.
Gets the events that was added to the Aggregate.
IReadOnlyList<out TEvent> Events { get; }
The events added to the Aggregate.