Show / Hide Table of Contents

Interface ICommandConfigurationManager

Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface ICommandConfigurationManager

Methods

| Edit this page View Source

ConfigFileExists()

Declaration
bool ConfigFileExists()
Returns
Type Description
bool
| Edit this page View Source

GetValue(string)

Declaration
string GetValue(string key)
Parameters
Type Name Description
string key
Returns
Type Description
string
| Edit this page View Source

GetValues()

Declaration
IDictionary<string, string> GetValues()
Returns
Type Description
IDictionary<string, string>
| Edit this page View Source

HasValue(string)

Declaration
bool HasValue(string key)
Parameters
Type Name Description
string key
Returns
Type Description
bool
| 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
Type Name Description
string key
string val
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com