Class SettingValueProviderManager
Inheritance
System.Object
SettingValueProviderManager
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public class SettingValueProviderManager : object, ISettingValueProviderManager, ISingletonDependency
Constructors
SettingValueProviderManager(IServiceProvider, IOptions<AbpSettingOptions>)
Declaration
public SettingValueProviderManager(IServiceProvider serviceProvider, IOptions<AbpSettingOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceProvider | serviceProvider | |
| IOptions<AbpSettingOptions> | options |
Properties
Options
Declaration
protected AbpSettingOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpSettingOptions |
Providers
Declaration
public List<ISettingValueProvider> Providers { get; }
Property Value
| Type | Description |
|---|---|
| List<ISettingValueProvider> |
Implements
ISingletonDependency