C# Class Mckineap.ViewModels.Windows.PreferencesWindowViewModel

Inheritance: Mckineap.Utilities.ObservableObject
Afficher le fichier Open project: loic-lavergne/mckineap

Méthodes publiques

Méthode Description
CancelPreferences ( object parameter ) : void

Closes the preferences window.

PreferencesWindowViewModel ( ) : Mckineap.Models.Context

PreferencesWindowViewModel constructor Constructs a new PreferencesWindowViewModel object by initializing the current preferences

SavePreferences ( object parameter ) : void

Saves the preferences into the current Session.
Closes the preferences window once saved.

Private Methods

Méthode Description
SaveSettings ( Preferences preferences ) : void

Method Details

CancelPreferences() public méthode

Closes the preferences window.
public CancelPreferences ( object parameter ) : void
parameter object The preferences window to close.
Résultat void

PreferencesWindowViewModel() public méthode

PreferencesWindowViewModel constructor Constructs a new PreferencesWindowViewModel object by initializing the current preferences
public PreferencesWindowViewModel ( ) : Mckineap.Models.Context
Résultat Mckineap.Models.Context

SavePreferences() public méthode

Saves the preferences into the current Session.
Closes the preferences window once saved.
public SavePreferences ( object parameter ) : void
parameter object The preferences window to close.
Résultat void