Class UnitOfWorkEventArgs
Inherited Members
System.EventArgs.Empty
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 UnitOfWorkEventArgs : EventArgs
Constructors
UnitOfWorkEventArgs(IUnitOfWork)
Declaration
public UnitOfWorkEventArgs(IUnitOfWork unitOfWork)
Parameters
Type | Name | Description |
---|---|---|
IUnitOfWork | unitOfWork |
Properties
UnitOfWork
Declaration
public IUnitOfWork UnitOfWork { get; }
Property Value
Type | Description |
---|---|
IUnitOfWork |