C# Class TVSorter.Model.Settings

The settings.
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode Description
LoadSettings ( ) : Settings

Loads the settings from the default provider.

Save ( ) : void

Saves the settings.

Private Methods

Méthode Description
LoadSettings ( IStorageProvider provider ) : Settings

Loads the settings from the specified provider.

OnSettingsSaved ( object sender, EventArgs e ) : void

Handles the StorageProvider's SettingsSaved event by firing the SettingsChanged event.

Save ( IStorageProvider provider ) : void

Saves the settings with the specified provider.

SetDefault ( ) : void

Sets default settings.

Settings ( ) : System

Initializes a new instance of the Settings class.

Method Details

LoadSettings() public static méthode

Loads the settings from the default provider.
public static LoadSettings ( ) : Settings
Résultat Settings

Save() public méthode

Saves the settings.
public Save ( ) : void
Résultat void