C# Class DroidExplorer.Configuration.Settings

Inheritance: ISettings
Show file Open project: camalot/droidexplorer Class Usage Examples

Protected Properties

Property Type Description
_defaultSettingsFile System.IO.FileInfo
_settingsFile System.IO.FileInfo

Private Properties

Property Type Description
Settings System

Public Methods

Method Description
Reload ( ) : void

Reloads the setting values

Save ( ) : void

Saves this instance.

Protected Methods

Method Description
OnLoaded ( EventArgs e ) : void

Raises the E:Loaded event.

OnSaved ( EventArgs e ) : void

Raises the E:Saved event.

Private Methods

Method Description
Settings ( ) : System

Initializes the Settings class.

Method Details

OnLoaded() protected method

Raises the E:Loaded event.
protected OnLoaded ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
return void

OnSaved() protected method

Raises the E:Saved event.
protected OnSaved ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
return void

Reload() public method

Reloads the setting values
public Reload ( ) : void
return void

Save() public method

Saves this instance.
public Save ( ) : void
return void

Property Details

_defaultSettingsFile protected static property

protected static FileInfo,System.IO _defaultSettingsFile
return System.IO.FileInfo

_settingsFile protected static property

protected static FileInfo,System.IO _settingsFile
return System.IO.FileInfo