Interface ISettingProvider
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public interface ISettingProvider
Methods
GetAllAsync()
Declaration
Task<List<SettingValue>> GetAllAsync()
Returns
Type | Description |
---|---|
Task<List<SettingValue>> |
GetOrNullAsync(String)
Declaration
Task<string> GetOrNullAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Task<System.String> |