Class FeatureStore
Inheritance
System.Object
FeatureStore
Implements
ITransientDependency
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureStore : object, IFeatureStore, ITransientDependency
Constructors
FeatureStore(IFeatureManagementStore)
Declaration
public FeatureStore(IFeatureManagementStore featureManagementStore)
Parameters
Properties
FeatureManagementStore
Declaration
protected IFeatureManagementStore FeatureManagementStore { get; }
Property Value
Methods
GetOrNullAsync(String, String, String)
Declaration
public virtual Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
providerName |
|
System.String |
providerKey |
|
Returns
Type |
Description |
Task<System.String> |
|
Implements
ITransientDependency
Extension Methods