C# Class Orchestra.Examples.Ribbon.ViewModels.RibbonViewModel

Inheritance: Catel.MVVM.ViewModelBase
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
RibbonViewModel ( INavigationService navigationService, IUIVisualizerService uiVisualizerService, ICommandManager commandManager, IRecentlyUsedItemsService recentlyUsedItemsService, IOpenFileService openFileService, IMessageService messageService, IProcessService processService, IFileService fileService ) : System
RibbonViewModel ( INavigationService navigationService, IUIVisualizerService uiVisualizerService, ICommandManager commandManager, IRecentlyUsedItemsService recentlyUsedItemsService, IProcessService processService, IMessageService messageService, ISelectDirectoryService selectDirectoryService, IDirectoryService directoryService ) : System

Méthodes protégées

Méthode Description
CloseAsync ( ) : Task
InitializeAsync ( ) : Task

Private Methods

Méthode Description
InitializeDemoData ( ) : void
OnExitExecute ( ) : void

Method to invoke when the Exit command is executed.

OnHelpExecute ( ) : void

Method to invoke when the Help command is executed.

OnOpenExecute ( ) : void
OnOpenInExplorerExecute ( string parameter ) : void

Method to invoke when the OpenInExplorer command is executed.

OnOpenProjectExecute ( ) : void

Method to invoke when the OpenProject command is executed.

OnOpenRecentlyUsedItemExecute ( string parameter ) : void

Method to invoke when the OpenRecentlyUsedItem command is executed.

OnPinItemExecute ( string parameter ) : void

Method to invoke when the Pin command is executed.

OnRecentlyUsedItemsServiceUpdated ( object sender, EventArgs e ) : void
OnShowKeyboardMappingsExecute ( ) : void

Method to invoke when the ShowKeyboardMappings command is executed.

OnUnpinItemExecute ( string parameter ) : void

Method to invoke when the Unpin command is executed.

UpdateRecentlyUsedItems ( ) : void

Method Details

CloseAsync() protected méthode

protected CloseAsync ( ) : Task
Résultat Task

InitializeAsync() protected méthode

protected InitializeAsync ( ) : Task
Résultat Task

RibbonViewModel() public méthode

public RibbonViewModel ( INavigationService navigationService, IUIVisualizerService uiVisualizerService, ICommandManager commandManager, IRecentlyUsedItemsService recentlyUsedItemsService, IOpenFileService openFileService, IMessageService messageService, IProcessService processService, IFileService fileService ) : System
navigationService INavigationService
uiVisualizerService IUIVisualizerService
commandManager ICommandManager
recentlyUsedItemsService IRecentlyUsedItemsService
openFileService IOpenFileService
messageService IMessageService
processService IProcessService
fileService IFileService
Résultat System

RibbonViewModel() public méthode

public RibbonViewModel ( INavigationService navigationService, IUIVisualizerService uiVisualizerService, ICommandManager commandManager, IRecentlyUsedItemsService recentlyUsedItemsService, IProcessService processService, IMessageService messageService, ISelectDirectoryService selectDirectoryService, IDirectoryService directoryService ) : System
navigationService INavigationService
uiVisualizerService IUIVisualizerService
commandManager ICommandManager
recentlyUsedItemsService IRecentlyUsedItemsService
processService IProcessService
messageService IMessageService
selectDirectoryService ISelectDirectoryService
directoryService IDirectoryService
Résultat System