Class DomainEventEntry
Inheritance
System.Object
DomainEventEntry
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class DomainEventEntry : object
Constructors
DomainEventEntry(Object, Object)
Declaration
public DomainEventEntry(object sourceEntity, object eventData)
Parameters
Type |
Name |
Description |
System.Object |
sourceEntity |
|
System.Object |
eventData |
|
Properties
EventData
Declaration
public object EventData { get; }
Property Value
Type |
Description |
System.Object |
|
SourceEntity
Declaration
public object SourceEntity { get; }
Property Value
Type |
Description |
System.Object |
|
Extension Methods