Class NullSettingStore
Inheritance
System.Object
NullSettingStore
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public class NullSettingStore : object, ISettingStore, ISingletonDependency
Constructors
NullSettingStore()
Declaration
public NullSettingStore()
Properties
Logger
Declaration
public ILogger<NullSettingStore> Logger { get; set; }
Property Value
Type | Description |
---|---|
ILogger<NullSettingStore> |
Methods
GetOrNullAsync(String, String, String)
Declaration
public Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | providerName | |
System.String | providerKey |
Returns
Type | Description |
---|---|
Task<System.String> |
Implements
ISingletonDependency