Class EditionFeatureManagementProvider
Inheritance
EditionFeatureManagementProvider
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class EditionFeatureManagementProvider : FeatureManagementProvider, IFeatureManagementProvider, ITransientDependency
Constructors
EditionFeatureManagementProvider(IFeatureManagementStore, ICurrentPrincipalAccessor, ITenantStore, ICurrentTenant)
Declaration
public EditionFeatureManagementProvider(IFeatureManagementStore store, ICurrentPrincipalAccessor principalAccessor, ITenantStore tenantStore, ICurrentTenant currentTenant)
Parameters
Properties
CurrentCompatibleProviderName
Declaration
protected string CurrentCompatibleProviderName { get; set; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
PrincipalAccessor
Declaration
protected ICurrentPrincipalAccessor PrincipalAccessor { get; }
Property Value
TenantStore
Declaration
protected ITenantStore TenantStore { get; }
Property Value
Methods
Compatible(string)
Declaration
public override bool Compatible(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
Overrides
FindEditionIdAsync(string)
Declaration
protected virtual Task<Guid?> FindEditionIdAsync(string providerKey)
Parameters
| Type |
Name |
Description |
| string |
providerKey |
|
Returns
NormalizeProviderKeyAsync(string)
Declaration
protected override Task<string> NormalizeProviderKeyAsync(string providerKey)
Parameters
| Type |
Name |
Description |
| string |
providerKey |
|
Returns
Overrides
Implements
Extension Methods