Class UnitOfWorkEventRecord
Inheritance
object
UnitOfWorkEventRecord
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Uow
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
| Type | Name | Description |
|---|---|---|
| System.Type | eventType | |
| object | eventData | |
| long | eventOrder | |
| bool | useOutbox |
Properties
EventData
Declaration
public object EventData { get; }
Property Value
| Type | Description |
|---|---|
| object |
EventOrder
Declaration
public long EventOrder { get; }
Property Value
| Type | Description |
|---|---|
| long |
EventType
Declaration
public Type EventType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Properties
Declaration
public Dictionary<string, object> Properties { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, object> |
UseOutbox
Declaration
public bool UseOutbox { get; }
Property Value
| Type | Description |
|---|---|
| bool |