C# Class Orchestra.ViewModels.KeyboardMappingsCustomizationViewModel

Inheritance: Catel.MVVM.ViewModelBase
Datei anzeigen Open project: WildGums/Orchestra Class Usage Examples

Public Methods

Method Description
KeyboardMappingsCustomizationViewModel ( IKeyboardMappingsService keyboardMappingsService, ICommandManager commandManager, ICommandInfoService commandInfoService, ILanguageService languageService, IMessageService messageService ) : System

Protected Methods

Method Description
CloseAsync ( ) : Task
InitializeAsync ( ) : Task

Private Methods

Method Description
OnAssignCanExecute ( ) : bool
OnAssignExecuteAsync ( ) : Task
OnCommandFilterChanged ( ) : void
OnRemoveCanExecute ( ) : bool
OnRemoveExecute ( ) : void
OnResetExecuteAsync ( ) : Task
OnSelectedCommandChanged ( ) : void
UpdateCommands ( ) : void

Method Details

CloseAsync() protected method

protected CloseAsync ( ) : Task
return Task

InitializeAsync() protected method

protected InitializeAsync ( ) : Task
return Task

KeyboardMappingsCustomizationViewModel() public method

public KeyboardMappingsCustomizationViewModel ( IKeyboardMappingsService keyboardMappingsService, ICommandManager commandManager, ICommandInfoService commandInfoService, ILanguageService languageService, IMessageService messageService ) : System
keyboardMappingsService IKeyboardMappingsService
commandManager ICommandManager
commandInfoService ICommandInfoService
languageService ILanguageService
messageService IMessageService
return System