Class SettingStore
Assembly: Volo.Abp.SettingManagement.Domain.dll
Syntax
public class SettingStore : ISettingStore, ITransientDependency
Constructors
SettingStore(ISettingManagementStore)
Declaration
public SettingStore(ISettingManagementStore managementStore)
Parameters
Properties
ManagementStore
Declaration
protected ISettingManagementStore ManagementStore { get; }
Property Value
Methods
GetAllAsync(string[], string, string)
Declaration
public virtual Task<List<SettingValue>> GetAllAsync(string[] names, string providerName, string providerKey)
Parameters
Returns
GetOrNullAsync(string, string, string)
Declaration
public virtual Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
Returns
Implements
Extension Methods