Class UnitOfWorkHelper
Inheritance
UnitOfWorkHelper
Assembly: Volo.Abp.Uow.dll
Syntax
public static class UnitOfWorkHelper
Methods
GetUnitOfWorkAttributeOrNull(MethodInfo)
Declaration
public static UnitOfWorkAttribute? GetUnitOfWorkAttributeOrNull(MethodInfo methodInfo)
Parameters
Returns
IsUnitOfWorkMethod(MethodInfo, out UnitOfWorkAttribute?)
Declaration
public static bool IsUnitOfWorkMethod(MethodInfo methodInfo, out UnitOfWorkAttribute? unitOfWorkAttribute)
Parameters
Returns
IsUnitOfWorkType(TypeInfo)
Declaration
public static bool IsUnitOfWorkType(TypeInfo implementationType)
Parameters
Type |
Name |
Description |
TypeInfo |
implementationType |
|
Returns