Class AmbientUnitOfWork
Inheritance
AmbientUnitOfWork
Assembly: Volo.Abp.Uow.dll
Syntax
[ExposeServices(new Type[] { typeof(IAmbientUnitOfWork), typeof(IUnitOfWorkAccessor) })]
public class AmbientUnitOfWork : IAmbientUnitOfWork, IUnitOfWorkAccessor, ISingletonDependency
Constructors
AmbientUnitOfWork()
Declaration
public AmbientUnitOfWork()
Properties
UnitOfWork
Declaration
public IUnitOfWork? UnitOfWork { get; }
Property Value
Methods
GetCurrentByChecking()
Declaration
public IUnitOfWork? GetCurrentByChecking()
Returns
SetUnitOfWork(IUnitOfWork?)
Declaration
public void SetUnitOfWork(IUnitOfWork? unitOfWork)
Parameters
Implements
Extension Methods