Class AsyncLocalCurrentTenantAccessor
Inheritance
object
AsyncLocalCurrentTenantAccessor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class AsyncLocalCurrentTenantAccessor : ICurrentTenantAccessor
Properties
Current
Declaration
public BasicTenantInfo? Current { get; set; }
Property Value
Type | Description |
---|---|
BasicTenantInfo |
Instance
Declaration
public static AsyncLocalCurrentTenantAccessor Instance { get; }
Property Value
Type | Description |
---|---|
AsyncLocalCurrentTenantAccessor |