Class UnitOfWorkHelper
Inheritance
object
UnitOfWorkHelper
Inherited Members
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 static class UnitOfWorkHelper
Methods
GetUnitOfWorkAttributeOrNull(MethodInfo)
Declaration
public static UnitOfWorkAttribute? GetUnitOfWorkAttributeOrNull(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo |
Returns
Type | Description |
---|---|
UnitOfWorkAttribute |
IsUnitOfWorkMethod(MethodInfo, out UnitOfWorkAttribute?)
Declaration
public static bool IsUnitOfWorkMethod(MethodInfo methodInfo, out UnitOfWorkAttribute? unitOfWorkAttribute)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.MethodInfo | methodInfo | |
UnitOfWorkAttribute | unitOfWorkAttribute |
Returns
Type | Description |
---|---|
bool |
IsUnitOfWorkType(TypeInfo)
Declaration
public static bool IsUnitOfWorkType(TypeInfo implementationType)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.TypeInfo | implementationType |
Returns
Type | Description |
---|---|
bool |