C# Class Orchestra.ViewModels.KeyboardMappingsOverviewViewModel

View model for keyboard mappings overview.
Inheritance: Catel.MVVM.ViewModelBase
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeAsync ( ) : Task

Private Methods

Méthode 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 méthode

protected InitializeAsync ( ) : Task
Résultat Task

KeyboardMappingsOverviewViewModel() public méthode

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
Résultat System.Collections.Generic