This type contains the following members.

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

Properties

AggregateId

Implemented by

IDomainEvent<TAggregate, TAggregateId, TAggregateEvent>