Class TenantResolveContributorBase
Inheritance
object
TenantResolveContributorBase
Implements
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.dll
Syntax
public abstract class TenantResolveContributorBase : ITenantResolveContributor
Constructors
TenantResolveContributorBase()
Declaration
protected TenantResolveContributorBase()
Properties
Name
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ResolveAsync(ITenantResolveContext)
Declaration
public abstract Task ResolveAsync(ITenantResolveContext context)
Parameters
Type | Name | Description |
---|---|---|
ITenantResolveContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |