C# Class csShared.Config

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
OnlineValues string>.Dictionary
localValues string>.Dictionary

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ApplyExcelConfigSheet ( ) : void
LogOff ( ) : void
OverrideVariablesFromExcelSheet ( FileInfo pConfigFile, string pConfigName ) : void
ParseValues ( string e ) : string>.Dictionary
SaveLocalConfig ( ) : void

Method Details

DecryptString() public static méthode

public static DecryptString ( string message, string passphrase ) : string
message string
passphrase string
Résultat string

EncryptString() public static méthode

public static EncryptString ( string message, string passphrase ) : string
message string
passphrase string
Résultat string

Get() public méthode

public Get ( string key, string @default ) : string
key string
@default string
Résultat string

Get() public méthode

public Get ( string key, string @default, bool storeOffline ) : string
key string
@default string
storeOffline bool
Résultat string

GetBool() public méthode

public GetBool ( string key, bool @default ) : bool
key string
@default bool
Résultat bool

GetBrush() public méthode

public GetBrush ( string key, System.Windows.Media.Brush @default ) : System.Windows.Media.Brush
key string
@default System.Windows.Media.Brush
Résultat System.Windows.Media.Brush

GetDouble() public méthode

public GetDouble ( string key, double @default ) : double
key string
@default double
Résultat double

GetInt() public méthode

public GetInt ( string key, int @default ) : int
key string
@default int
Résultat int

GetTagIds() public méthode

public GetTagIds ( ) : string>>.IEnumerable
Résultat string>>.IEnumerable

LoadConfig() public static méthode

public static LoadConfig ( bool encrypted, string file ) : string
encrypted bool
file string
Résultat string

LoadLocalConfig() public méthode

public LoadLocalConfig ( ) : void
Résultat void

LoadOfflineConfig() public méthode

public LoadOfflineConfig ( ) : void
Résultat void

SaveConfig() public static méthode

public static SaveConfig ( string file, string data, bool encrypt ) : void
file string
data string
encrypt bool
Résultat void

Set() public méthode

public Set ( string key, string newValue ) : void
key string
newValue string
Résultat void

SetBool() public méthode

public SetBool ( string key, bool newValue ) : void
key string
newValue bool
Résultat void

SetLocalConfig() public méthode

public SetLocalConfig ( string name, string value ) : void
name string
value string
Résultat void

SetLocalConfig() public méthode

public SetLocalConfig ( string name, string value, bool save ) : void
name string
value string
save bool
Résultat void

UpdateValues() public méthode

public UpdateValues ( ) : void
Résultat void

Property Details

OnlineValues public_oe property

public Dictionary OnlineValues
Résultat string>.Dictionary

localValues public_oe property

public Dictionary localValues
Résultat string>.Dictionary