Class TenantResolveContext
Inheritance
System.Object
TenantResolveContext
Implements
IServiceProviderAccessor
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class TenantResolveContext : object, ITenantResolveContext, IServiceProviderAccessor
Constructors
TenantResolveContext(IServiceProvider)
Declaration
public TenantResolveContext(IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Type |
Description |
IServiceProvider |
|
TenantIdOrName
Declaration
public string TenantIdOrName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
HasResolvedTenantOrHost()
Declaration
public bool HasResolvedTenantOrHost()
Returns
Type |
Description |
System.Boolean |
|
Implements
IServiceProviderAccessor
Extension Methods