Class TenantFeatureManagementProvider
Inheritance
System.Object
TenantFeatureManagementProvider
Implements
ITransientDependency
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class TenantFeatureManagementProvider : FeatureManagementProvider, IFeatureManagementProvider, ITransientDependency
Constructors
TenantFeatureManagementProvider(IFeatureManagementStore, ICurrentTenant)
Declaration
public TenantFeatureManagementProvider(IFeatureManagementStore store, ICurrentTenant currentTenant)
Parameters
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type |
Description |
ICurrentTenant |
|
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
NormalizeProviderKey(String)
Declaration
protected override string NormalizeProviderKey(string providerKey)
Parameters
Type |
Name |
Description |
System.String |
providerKey |
|
Returns
Type |
Description |
System.String |
|
Overrides
Implements
ITransientDependency
Extension Methods