C# 클래스 Mckineap.ViewModels.Windows.PreferencesWindowViewModel

상속: Mckineap.Utilities.ObservableObject
파일 보기 프로젝트 열기: loic-lavergne/mckineap

공개 메소드들

메소드 설명
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