Interface ICommandConfigurationManager
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ICommandConfigurationManager
Methods
|
Edit this page
View Source
ConfigFileExists()
Declaration
Returns
|
Edit this page
View Source
GetValue(string)
Declaration
string GetValue(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
GetValues()
Declaration
IDictionary<string, string> GetValues()
Returns
|
Edit this page
View Source
HasValue(string)
Declaration
bool HasValue(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
RemoveValue(string)
Declaration
void RemoveValue(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
|
Edit this page
View Source
SetValue(string, string)
Declaration
void SetValue(string key, string val)
Parameters