This type contains the following members.
public interface IAggregateEvent<TAggregate, TAggregateId>: IAggregateEvent where TAggregate : Redakt.EventSourcing.Aggregates.IAggregateRoot<TAggregateId>, TAggregateId : Redakt.EventSourcing.IAggregateId
- Extends:
- IAggregateEvent
Implemented by
AggregateEvent<TAggregate, TAggregateId> |