프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnlineValues | string>.Dictionary | ||
localValues | string>.Dictionary |
메소드 | 설명 | |
---|---|---|
DecryptString ( string message, string passphrase ) : string | ||
EncryptString ( string message, string passphrase ) : string | ||
Get ( string key, string @default ) : string | ||
Get ( string key, string @default, bool storeOffline ) : string | ||
GetBool ( string key, bool @default ) : bool | ||
GetBrush ( string key, System.Windows.Media.Brush @default ) : System.Windows.Media.Brush | ||
GetDouble ( string key, double @default ) : double | ||
GetInt ( string key, int @default ) : int | ||
GetTagIds ( ) : string>>.IEnumerable |
||
LoadConfig ( bool encrypted, string file ) : string | ||
LoadLocalConfig ( ) : void | ||
LoadOfflineConfig ( ) : void | ||
SaveConfig ( string file, string data, bool encrypt ) : void | ||
Set ( string key, string newValue ) : void | ||
SetBool ( string key, bool newValue ) : void | ||
SetLocalConfig ( string name, string value ) : void | ||
SetLocalConfig ( string name, string value, bool save ) : void | ||
UpdateValues ( ) : void |
메소드 | 설명 | |
---|---|---|
ApplyExcelConfigSheet ( ) : void | ||
LogOff ( ) : void | ||
OverrideVariablesFromExcelSheet ( |
||
ParseValues ( string e ) : string>.Dictionary |
||
SaveLocalConfig ( ) : void |
public static DecryptString ( string message, string passphrase ) : string | ||
message | string | |
passphrase | string | |
리턴 | string |
public static EncryptString ( string message, string passphrase ) : string | ||
message | string | |
passphrase | string | |
리턴 | string |
public Get ( string key, string @default ) : string | ||
key | string | |
@default | string | |
리턴 | string |
public Get ( string key, string @default, bool storeOffline ) : string | ||
key | string | |
@default | string | |
storeOffline | bool | |
리턴 | string |
public GetBool ( string key, bool @default ) : bool | ||
key | string | |
@default | bool | |
리턴 | bool |
public GetBrush ( string key, System.Windows.Media.Brush @default ) : System.Windows.Media.Brush | ||
key | string | |
@default | System.Windows.Media.Brush | |
리턴 | System.Windows.Media.Brush |
public GetDouble ( string key, double @default ) : double | ||
key | string | |
@default | double | |
리턴 | double |
public static LoadConfig ( bool encrypted, string file ) : string | ||
encrypted | bool | |
file | string | |
리턴 | string |
public static SaveConfig ( string file, string data, bool encrypt ) : void | ||
file | string | |
data | string | |
encrypt | bool | |
리턴 | void |
public SetBool ( string key, bool newValue ) : void | ||
key | string | |
newValue | bool | |
리턴 | void |
public SetLocalConfig ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |
public SetLocalConfig ( string name, string value, bool save ) : void | ||
name | string | |
value | string | |
save | bool | |
리턴 | void |