Interface ICustomSettingRetriever
Can be used to override the SettingsHelper functionality to provide an alternative method for retrieving custom setting values from propeitary sources
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public interface ICustomSettingRetriever
Methods
GetAppSettingValue(string)
Returns a value for the specified setting key
Declaration
string GetAppSettingValue(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The setting key to return a value for |
Returns
Type | Description |
---|---|
string | A value for the specified setting |