C# Class Solutionizer.ViewModels.ShellViewModel

Inheritance: PropertyChangedBase, IShell, IOnLoadedHandler, IStatusMessenger
Afficher le fichier Open project: thoemmi/Solutionizer

Méthodes publiques

Méthode Description
OnLoadedAsync ( ) : Task
SelectRootPath ( ) : Task
ShellViewModel ( ISettings settings, IDialogManager dialogManager, IFlyoutManager flyoutManager, IUpdateManager updateManager, IViewModelFactory viewModelFactory, IMostRecentUsedFoldersRepository mostRecentUsedFoldersRepository ) : System
Show ( string status ) : void

Private Methods

Méthode Description
LoadProjectsAsync ( string path ) : Task
OnShowSettings ( ) : void

Method Details

OnLoadedAsync() public méthode

public OnLoadedAsync ( ) : Task
Résultat Task

SelectRootPath() public méthode

public SelectRootPath ( ) : Task
Résultat Task

ShellViewModel() public méthode

public ShellViewModel ( ISettings settings, IDialogManager dialogManager, IFlyoutManager flyoutManager, IUpdateManager updateManager, IViewModelFactory viewModelFactory, IMostRecentUsedFoldersRepository mostRecentUsedFoldersRepository ) : System
settings ISettings
dialogManager IDialogManager
flyoutManager IFlyoutManager
updateManager IUpdateManager
viewModelFactory IViewModelFactory
mostRecentUsedFoldersRepository IMostRecentUsedFoldersRepository
Résultat System

Show() public méthode

public Show ( string status ) : void
status string
Résultat void