Class FeatureManagementOptions
Inheritance
System.Object
FeatureManagementOptions
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureManagementOptions : object
Constructors
FeatureManagementOptions()
Declaration
public FeatureManagementOptions()
Properties
ProviderPolicies
Declaration
public Dictionary<string, string> ProviderPolicies { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |
Providers
Declaration
public ITypeList<IFeatureManagementProvider> Providers { get; }
Property Value
Type | Description |
---|---|
ITypeList<IFeatureManagementProvider> |