Class TenantResolveResult
Inheritance
System.Object
TenantResolveResult
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class TenantResolveResult : object
Constructors
TenantResolveResult()
Declaration
public TenantResolveResult()
Properties
AppliedResolvers
Declaration
public List<string> AppliedResolvers { get; }
Property Value
Type | Description |
---|---|
List<System.String> |
TenantIdOrName
Declaration
public string TenantIdOrName { get; set; }
Property Value
Type | Description |
---|---|
System.String |