C# Class Sharpcraft.Library.Configuration.Settings

Settings class used to store settings.
Mostrar archivo Open project: SijmenSchoon/Sharpcraft

Protected Properties

Property Type Description
Log log4net.ILog

Public Methods

Method Description
WriteToFile ( ) : void

Write settings to the settings file.

Protected Methods

Method Description
Settings ( string settingsFile ) : System.IO

Initialize a new instance of Settings.

Method Details

Settings() protected method

Initialize a new instance of Settings.
protected Settings ( string settingsFile ) : System.IO
settingsFile string The settings file associated with this class.
return System.IO

WriteToFile() public method

Write settings to the settings file.
public WriteToFile ( ) : void
return void

Property Details

Log protected_oe property

The log object associated with this class.
protected log4net.ILog Log
return log4net.ILog