C# 클래스 DbScout.Services.CommandLineConfiguration

상속: IConfiguration
파일 보기 프로젝트 열기: saxsys/DBScout 1 사용 예제들

공개 메소드들

메소드 설명
GetConfigValue ( string key, string defaultValue ) : string
GetConfiguration ( ) : string>.IDictionary
GetMandatoryConfigValue ( string key ) : string
SetConfigValue ( string key, string value ) : void

메소드 상세

GetConfigValue() 공개 메소드

public GetConfigValue ( string key, string defaultValue ) : string
key string
defaultValue string
리턴 string

GetConfiguration() 공개 메소드

public GetConfiguration ( ) : string>.IDictionary
리턴 string>.IDictionary

GetMandatoryConfigValue() 공개 메소드

public GetMandatoryConfigValue ( string key ) : string
key string
리턴 string

SetConfigValue() 공개 메소드

public SetConfigValue ( string key, string value ) : void
key string
value string
리턴 void