C# Class imBMW.Tools.Settings

Mostrar archivo Open project: toxsedyshev/imBMW Class Usage Examples

Protected Properties

Property Type Description
settingsPath string

Public Methods

Method Description
Init ( string path ) : Settings

Protected Methods

Method Description
InitDefault ( ) : void
InitFile ( string path ) : void
ProcessSetting ( string name, string value ) : void

Method Details

Init() public static method

public static Init ( string path ) : Settings
path string
return Settings

InitDefault() protected method

protected InitDefault ( ) : void
return void

InitFile() protected method

protected InitFile ( string path ) : void
path string
return void

ProcessSetting() protected method

protected ProcessSetting ( string name, string value ) : void
name string
value string
return void

Property Details

settingsPath protected_oe property

protected string settingsPath
return string