Class RemoteSettingProvider
Inheritance
RemoteSettingProvider
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
GetAllAsync(string[])
Declaration
public Task<List<SettingValue>> GetAllAsync(string[] names)
Parameters
Type |
Name |
Description |
string[] |
names |
|
Returns
GetOrNullAsync(string)
Declaration
public Task<string?> GetOrNullAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Implements
Extension Methods