Interface ISettingValueProviderManager
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public interface ISettingValueProviderManager
Properties
Providers
Declaration
List<ISettingValueProvider> Providers { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><ISettingValueProvider> |