C# Class imBMW.Tools.Settings

Afficher le fichier Open project: toxsedyshev/imBMW Class Usage Examples

Protected Properties

Свойство Type Description
settingsPath string

Méthodes publiques

Méthode Description
Init ( string path ) : Settings

Méthodes protégées

Méthode Description
InitDefault ( ) : void
InitFile ( string path ) : void
ProcessSetting ( string name, string value ) : void

Method Details

Init() public static méthode

public static Init ( string path ) : Settings
path string
Résultat Settings

InitDefault() protected méthode

protected InitDefault ( ) : void
Résultat void

InitFile() protected méthode

protected InitFile ( string path ) : void
path string
Résultat void

ProcessSetting() protected méthode

protected ProcessSetting ( string name, string value ) : void
name string
value string
Résultat void

Property Details

settingsPath protected_oe property

protected string settingsPath
Résultat string