Class DomainEventRecord
Inheritance
object
DomainEventRecord
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |