Class EntityEventReport
Inheritance
object
EntityEventReport
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Events
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
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><DomainEventEntry> |
DomainEvents
Declaration
public List<DomainEventEntry> DomainEvents { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><DomainEventEntry> |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()