C# Class DbScout.Services.CommandLineConfiguration

Inheritance: IConfiguration
Exibir arquivo Open project: saxsys/DBScout Class Usage Examples

Public Methods

Method Description
GetConfigValue ( string key, string defaultValue ) : string
GetConfiguration ( ) : string>.IDictionary
GetMandatoryConfigValue ( string key ) : string
SetConfigValue ( string key, string value ) : void

Method Details

GetConfigValue() public method

public GetConfigValue ( string key, string defaultValue ) : string
key string
defaultValue string
return string

GetConfiguration() public method

public GetConfiguration ( ) : string>.IDictionary
return string>.IDictionary

GetMandatoryConfigValue() public method

public GetMandatoryConfigValue ( string key ) : string
key string
return string

SetConfigValue() public method

public SetConfigValue ( string key, string value ) : void
key string
value string
return void