Class TenantResolveResult
Inherited Members
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public class TenantResolveResult
Constructors
TenantResolveResult()
Declaration
public TenantResolveResult()
Properties
AppliedResolvers
Declaration
public List<string> AppliedResolvers { get; }
Property Value
Type | Description |
---|---|
List<string> |
TenantIdOrName
Declaration
public string? TenantIdOrName { get; set; }
Property Value
Type | Description |
---|---|
string |