Class EntityEventReport
Inheritance
EntityEventReport
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityEventReport
Constructors
EntityEventReport()
Declaration
public EntityEventReport()
Properties
DistributedEvents
Declaration
public List<DomainEventEntry> DistributedEvents { get; }
Property Value
DomainEvents
Declaration
public List<DomainEventEntry> DomainEvents { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods