This type contains the following members.

public interface IDomainEvent<TAggregate, TAggregateId, TAggregateEvent>: IDomainEvent<TAggregate, TAggregateId> where TAggregate : Redakt.EventSourcing.Aggregates.IAggregateRoot<TAggregateId>, TAggregateId : Redakt.EventSourcing.IAggregateId, TAggregateEvent : Redakt.EventSourcing.Aggregates.IAggregateEvent<TAggregate, TAggregateId>
Extends:
IDomainEvent<TAggregate, TAggregateId>

Properties

AggregateEvent

Implemented by

DomainEvent<TAggregate, TAggregateId, TAggregateEvent>