Class FeatureManagementOptions
Inheritance
FeatureManagementOptions
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureManagementOptions
Constructors
FeatureManagementOptions()
Declaration
public FeatureManagementOptions()
Properties
IsDynamicFeatureStoreEnabled
Declaration
public bool IsDynamicFeatureStoreEnabled { get; set; }
Property Value
ProviderPolicies
Declaration
public Dictionary<string, string> ProviderPolicies { get; }
Property Value
Providers
Declaration
public ITypeList<IFeatureManagementProvider> Providers { get; }
Property Value
SaveStaticFeaturesToDatabase
Declaration
public bool SaveStaticFeaturesToDatabase { get; set; }
Property Value
Extension Methods