Class AbpFeatureOptions
Inheritance
AbpFeatureOptions
Assembly: Volo.Abp.Features.dll
Syntax
public class AbpFeatureOptions
Constructors
AbpFeatureOptions()
Declaration
public AbpFeatureOptions()
Properties
DefinitionProviders
Declaration
public ITypeList<IFeatureDefinitionProvider> DefinitionProviders { get; }
Property Value
DeletedFeatureGroups
Declaration
public HashSet<string> DeletedFeatureGroups { get; }
Property Value
DeletedFeatures
Declaration
public HashSet<string> DeletedFeatures { get; }
Property Value
ValueProviders
Declaration
public ITypeList<IFeatureValueProvider> ValueProviders { get; }
Property Value
Extension Methods