C# 클래스 Sql2Growl.Configuration

파일 보기 프로젝트 열기: knippers/sql2growl

공개 메소드들

메소드 설명
Configuration ( ) : System.Collections.Generic
GetIntValue ( string p_key, int p_default ) : int
GetValue ( string p_key ) : string
GetValue ( string p_key, string p_default ) : string
Load ( string p_config ) : void
Save ( string p_config ) : void

메소드 상세

Configuration() 공개 메소드

public Configuration ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetIntValue() 공개 메소드

public GetIntValue ( string p_key, int p_default ) : int
p_key string
p_default int
리턴 int

GetValue() 공개 메소드

public GetValue ( string p_key ) : string
p_key string
리턴 string

GetValue() 공개 메소드

public GetValue ( string p_key, string p_default ) : string
p_key string
p_default string
리턴 string

Load() 공개 메소드

public Load ( string p_config ) : void
p_config string
리턴 void

Save() 공개 메소드

public Save ( string p_config ) : void
p_config string
리턴 void