C# Class Sharpcraft.Library.Configuration.Settings

Settings class used to store settings.
Afficher le fichier Open project: SijmenSchoon/Sharpcraft

Protected Properties

Свойство Type Description
Log log4net.ILog

Méthodes publiques

Méthode Description
WriteToFile ( ) : void

Write settings to the settings file.

Méthodes protégées

Méthode Description
Settings ( string settingsFile ) : System.IO

Initialize a new instance of Settings.

Method Details

Settings() protected méthode

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

WriteToFile() public méthode

Write settings to the settings file.
public WriteToFile ( ) : void
Résultat void

Property Details

Log protected_oe property

The log object associated with this class.
protected log4net.ILog Log
Résultat log4net.ILog