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