Class EntityChangeReport
Inheritance
System.Object
EntityChangeReport
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityChangeReport : object
Constructors
EntityChangeReport()
Declaration
public EntityChangeReport()
Properties
ChangedEntities
Declaration
public List<EntityChangeEntry> ChangedEntities { get; }
Property Value
DistributedEvents
Declaration
public List<DomainEventEntry> DistributedEvents { get; }
Property Value
DomainEvents
Declaration
public List<DomainEventEntry> DomainEvents { get; }
Property Value
Methods
IsEmpty()
Declaration
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods