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