Class DomainEventRecord
Inherited Members
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class DomainEventRecord
Constructors
DomainEventRecord(object, long)
Declaration
public DomainEventRecord(object eventData, long eventOrder)
Parameters
Type | Name | Description |
---|---|---|
object | eventData | |
long | eventOrder |
Properties
EventData
Declaration
public object EventData { get; }
Property Value
Type | Description |
---|---|
object |
EventOrder
Declaration
public long EventOrder { get; }
Property Value
Type | Description |
---|---|
long |