C# 클래스 Tibialyzer.SettingsManager

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
settings List>.Dictionary

공개 메소드들

메소드 설명
ApplyDefaultSettings ( ) : void
CreateBackup ( ) : void
Initialize ( ) : void
LoadSettings ( string settingsFile ) : void
ResetSettingsToDefault ( ) : void
RestoreBackup ( ) : void
SaveSettings ( ) : void
getSetting ( string key ) : List
getSettingBool ( string key ) : bool
getSettingDouble ( string key ) : double
getSettingInt ( string key ) : int
getSettingString ( string key ) : string
removeSetting ( string key ) : void
setSetting ( string key, List value ) : void
setSetting ( string key, bool value ) : void
setSetting ( string key, double value ) : void
setSetting ( string key, int value ) : void
setSetting ( string key, string value ) : void
setSettingIfNotSet ( string key, List value ) : void
setSettingIfNotSet ( string key, bool value ) : void
setSettingIfNotSet ( string key, double value ) : void
setSettingIfNotSet ( string key, int value ) : void
setSettingIfNotSet ( string key, string value ) : void
settingExists ( string key ) : bool

비공개 메소드들

메소드 설명
ActuallySaveSettings ( ) : void

메소드 상세

ApplyDefaultSettings() 공개 정적인 메소드

public static ApplyDefaultSettings ( ) : void
리턴 void

CreateBackup() 공개 정적인 메소드

public static CreateBackup ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadSettings() 공개 정적인 메소드

public static LoadSettings ( string settingsFile ) : void
settingsFile string
리턴 void

ResetSettingsToDefault() 공개 정적인 메소드

public static ResetSettingsToDefault ( ) : void
리턴 void

RestoreBackup() 공개 정적인 메소드

public static RestoreBackup ( ) : void
리턴 void

SaveSettings() 공개 정적인 메소드

public static SaveSettings ( ) : void
리턴 void

getSetting() 공개 정적인 메소드

public static getSetting ( string key ) : List
key string
리턴 List

getSettingBool() 공개 정적인 메소드

public static getSettingBool ( string key ) : bool
key string
리턴 bool

getSettingDouble() 공개 정적인 메소드

public static getSettingDouble ( string key ) : double
key string
리턴 double

getSettingInt() 공개 정적인 메소드

public static getSettingInt ( string key ) : int
key string
리턴 int

getSettingString() 공개 정적인 메소드

public static getSettingString ( string key ) : string
key string
리턴 string

removeSetting() 공개 정적인 메소드

public static removeSetting ( string key ) : void
key string
리턴 void

setSetting() 공개 정적인 메소드

public static setSetting ( string key, List value ) : void
key string
value List
리턴 void

setSetting() 공개 정적인 메소드

public static setSetting ( string key, bool value ) : void
key string
value bool
리턴 void

setSetting() 공개 정적인 메소드

public static setSetting ( string key, double value ) : void
key string
value double
리턴 void

setSetting() 공개 정적인 메소드

public static setSetting ( string key, int value ) : void
key string
value int
리턴 void

setSetting() 공개 정적인 메소드

public static setSetting ( string key, string value ) : void
key string
value string
리턴 void

setSettingIfNotSet() 공개 정적인 메소드

public static setSettingIfNotSet ( string key, List value ) : void
key string
value List
리턴 void

setSettingIfNotSet() 공개 정적인 메소드

public static setSettingIfNotSet ( string key, bool value ) : void
key string
value bool
리턴 void

setSettingIfNotSet() 공개 정적인 메소드

public static setSettingIfNotSet ( string key, double value ) : void
key string
value double
리턴 void

setSettingIfNotSet() 공개 정적인 메소드

public static setSettingIfNotSet ( string key, int value ) : void
key string
value int
리턴 void

setSettingIfNotSet() 공개 정적인 메소드

public static setSettingIfNotSet ( string key, string value ) : void
key string
value string
리턴 void

settingExists() 공개 정적인 메소드

public static settingExists ( string key ) : bool
key string
리턴 bool

프로퍼티 상세

settings 공개적으로 정적으로 프로퍼티

public static Dictionary> settings
리턴 List>.Dictionary