C# Class Mckineap.ViewModels.Grids.SystemPreferencesGridViewModel

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

Méthodes publiques

Méthode Description
CancelPreferences ( object parameter ) : void
SavePreferences ( object parameter ) : void

Saves the preferences into the current Session

SelectSettings ( object parameter ) : void
SystemPreferencesGridViewModel ( ) : Mckineap.Models.Context

SystemPreferencesGridViewModel constructor Constructs a new SystemPreferencesGridViewModel object by initializing the current preferences settings and the selected settings

Method Details

CancelPreferences() public méthode

public CancelPreferences ( object parameter ) : void
parameter object
Résultat void

SavePreferences() public méthode

Saves the preferences into the current Session
public SavePreferences ( object parameter ) : void
parameter object
Résultat void

SelectSettings() public méthode

public SelectSettings ( object parameter ) : void
parameter object
Résultat void

SystemPreferencesGridViewModel() public méthode

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