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; protected set; }
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
Methods
SetOrder(long)
Declaration
public void SetOrder(long order)
Parameters
Type |
Name |
Description |
long |
order |
|
Extension Methods