C# Класс Mckineap.ViewModels.Windows.PreferencesWindowViewModel

Наследование: Mckineap.Utilities.ObservableObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SaveSettings ( Preferences preferences ) : void

Описание методов

CancelPreferences() публичный Метод

Closes the preferences window.
public CancelPreferences ( object parameter ) : void
parameter object The preferences window to close.
Результат void

PreferencesWindowViewModel() публичный Метод

PreferencesWindowViewModel constructor Constructs a new PreferencesWindowViewModel object by initializing the current preferences
public PreferencesWindowViewModel ( ) : Mckineap.Models.Context
Результат Mckineap.Models.Context

SavePreferences() публичный Метод

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.
Результат void