C# Class Mckineap.ViewModels.Grids.ProjectPreferencesGridViewModel

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

Méthodes publiques

Méthode Description
ProjectPreferencesGridViewModel ( ) : Mckineap.Models.Context
SelectProject ( object parameter ) : void

Selects the project given in parameter as the currently selected project in the project preferences window.
If the project has settings, selects the first set of settings as the currently selected settings.

SelectSettings ( object parameter ) : void

Selects the settings given in parameter as the currently selected settings in the project preferences window.

Method Details

ProjectPreferencesGridViewModel() public méthode

public ProjectPreferencesGridViewModel ( ) : Mckineap.Models.Context
Résultat Mckineap.Models.Context

SelectProject() public méthode

Selects the project given in parameter as the currently selected project in the project preferences window.
If the project has settings, selects the first set of settings as the currently selected settings.
public SelectProject ( object parameter ) : void
parameter object The project to select.
Résultat void

SelectSettings() public méthode

Selects the settings given in parameter as the currently selected settings in the project preferences window.
public SelectSettings ( object parameter ) : void
parameter object The settings to select.
Résultat void