C# Class Orchestra.ViewModels.KeyboardMappingsOverviewViewModel

View model for keyboard mappings overview.
Inheritance: Catel.MVVM.ViewModelBase
Show file Open project: WildGums/Orchestra

Public Methods

Method Description
KeyboardMappingsOverviewViewModel ( ICommandManager commandManager, ICommandInfoService commandInfoService, IUIVisualizerService uiVisualizerService, ILanguageService languageService, IViewExportService viewExportService, IKeyboardMappingsService keyboardMappingsService ) : System.Collections.Generic

Protected Methods

Method Description
InitializeAsync ( ) : Task

Private Methods

Method Description
OnCustomizeExecuteAsync ( ) : Task

Method to invoke when the Customize command is executed.

OnPrintExecute ( ) : void

Method to invoke when the Print command is executed.

Method Details

InitializeAsync() protected method

protected InitializeAsync ( ) : Task
return Task

KeyboardMappingsOverviewViewModel() public method

public KeyboardMappingsOverviewViewModel ( ICommandManager commandManager, ICommandInfoService commandInfoService, IUIVisualizerService uiVisualizerService, ILanguageService languageService, IViewExportService viewExportService, IKeyboardMappingsService keyboardMappingsService ) : System.Collections.Generic
commandManager ICommandManager
commandInfoService ICommandInfoService
uiVisualizerService IUIVisualizerService
languageService ILanguageService
viewExportService IViewExportService
keyboardMappingsService IKeyboardMappingsService
return System.Collections.Generic