C# Class Mckineap.ViewModels.Grids.ProjectPreferencesGridViewModel

Inheritance: Mckineap.Utilities.ObservableObject
显示文件 Open project: loic-lavergne/mckineap

Public Methods

Method 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 method

public ProjectPreferencesGridViewModel ( ) : Mckineap.Models.Context
return Mckineap.Models.Context

SelectProject() public method

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.
return void

SelectSettings() public method

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.
return void