Show / Hide Table of Contents

Interface IAbpUnitOfWorkOptions

Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public interface IAbpUnitOfWorkOptions

Properties

IsolationLevel

Declaration
IsolationLevel? IsolationLevel { get; }
Property Value
Type Description
System.Nullable<IsolationLevel>

IsTransactional

Declaration
bool IsTransactional { get; }
Property Value
Type Description
System.Boolean

Timeout

Milliseconds

Declaration
int? Timeout { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft