Show / Hide Table of Contents

Class AsyncLocalCurrentTenantAccessor

Inheritance
System.Object
AsyncLocalCurrentTenantAccessor
Implements
ICurrentTenantAccessor
ISingletonDependency
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class AsyncLocalCurrentTenantAccessor : object, ICurrentTenantAccessor, ISingletonDependency

Constructors

AsyncLocalCurrentTenantAccessor()

Declaration
public AsyncLocalCurrentTenantAccessor()

Properties

Current

Declaration
public BasicTenantInfo Current { get; set; }
Property Value
Type Description
BasicTenantInfo

Implements

ICurrentTenantAccessor
ISingletonDependency

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