Class TenantResolveResult
Inheritance
object
TenantResolveResult
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.Abstractions.dll
Syntax
public class TenantResolveResult
Constructors
TenantResolveResult()
Declaration
public TenantResolveResult()
Properties
AppliedResolvers
Declaration
public List<string> AppliedResolvers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><string> |
TenantIdOrName
Declaration
public string? TenantIdOrName { get; set; }
Property Value
Type | Description |
---|---|
string |