Class AbpFeatureOptions
Inheritance
object
AbpFeatureOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public class AbpFeatureOptions
Constructors
AbpFeatureOptions()
Declaration
public AbpFeatureOptions()
Properties
DefinitionProviders
Declaration
public ITypeList<IFeatureDefinitionProvider> DefinitionProviders { get; }
Property Value
Type | Description |
---|---|
ITypeList<IFeatureDefinitionProvider> |
DeletedFeatureGroups
Declaration
public HashSet<string> DeletedFeatureGroups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<T><string> |
DeletedFeatures
Declaration
public HashSet<string> DeletedFeatures { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<T><string> |
ValueProviders
Declaration
public ITypeList<IFeatureValueProvider> ValueProviders { get; }
Property Value
Type | Description |
---|---|
ITypeList<IFeatureValueProvider> |