Class UnitOfWorkEventRecord
Inheritance
UnitOfWorkEventRecord
Assembly: Volo.Abp.Uow.dll
Syntax
public class UnitOfWorkEventRecord
Constructors
UnitOfWorkEventRecord(Type, object, long, bool)
Declaration
public UnitOfWorkEventRecord(Type eventType, object eventData, long eventOrder, bool useOutbox = true)
Parameters
Properties
EventData
Declaration
public object EventData { get; }
Property Value
EventOrder
Declaration
public long EventOrder { get; }
Property Value
EventType
Declaration
public Type EventType { get; }
Property Value
Properties
Declaration
public Dictionary<string, object> Properties { get; }
Property Value
UseOutbox
Declaration
public bool UseOutbox { get; }
Property Value
Extension Methods