Show / Hide Table of Contents

Class UnitOfWorkHelper

Inheritance
System.Object
UnitOfWorkHelper
Namespace: Volo.Abp.Uow
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
Type Description
UnitOfWorkAttribute

IsUnitOfWorkMethod(MethodInfo, out UnitOfWorkAttribute)

Declaration
public static bool IsUnitOfWorkMethod(MethodInfo methodInfo, out UnitOfWorkAttribute unitOfWorkAttribute)
Parameters
Type Name Description
MethodInfo methodInfo
UnitOfWorkAttribute unitOfWorkAttribute
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
Back to top Powered by Volosoft