Class RemoteSettingProvider
Inheritance
System.Object
RemoteSettingProvider
Implements
ITransientDependency
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
public class RemoteSettingProvider : ISettingProvider, ITransientDependency
Constructors
RemoteSettingProvider(ICachedApplicationConfigurationClient)
Declaration
public RemoteSettingProvider(ICachedApplicationConfigurationClient configurationClient)
Parameters
Properties
ConfigurationClient
Declaration
protected ICachedApplicationConfigurationClient ConfigurationClient { get; }
Property Value
Methods
GetAllAsync()
Declaration
public Task<List<SettingValue>> GetAllAsync()
Returns
| Type |
Description |
| Task<List<SettingValue>> |
|
GetOrNullAsync(String)
Declaration
public Task<string> GetOrNullAsync(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| Task<System.String> |
|
Implements
ITransientDependency
Extension Methods