Show / Hide Table of Contents

Class UnitOfWorkEventArgs

Inheritance
System.Object
UnitOfWorkEventArgs
UnitOfWorkFailedEventArgs
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public class UnitOfWorkEventArgs : EventArgs

Constructors

UnitOfWorkEventArgs(IUnitOfWork)

Declaration
public UnitOfWorkEventArgs(IUnitOfWork unitOfWork)
Parameters
Type Name Description
IUnitOfWork unitOfWork

Properties

UnitOfWork

Reference to the unit of work related to this event.

Declaration
public IUnitOfWork UnitOfWork { get; }
Property Value
Type Description
IUnitOfWork

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft