Class AbpTenantResolveOptions
Inheritance
object
AbpTenantResolveOptions
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 AbpTenantResolveOptions
Constructors
AbpTenantResolveOptions()
Declaration
public AbpTenantResolveOptions()
Properties
TenantResolvers
Declaration
public List<ITenantResolveContributor> TenantResolvers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><ITenantResolveContributor> |