C# 클래스 Solutionizer.ViewModels.ShellViewModel

상속: PropertyChangedBase, IShell, IOnLoadedHandler, IStatusMessenger
파일 보기 프로젝트 열기: thoemmi/Solutionizer

공개 메소드들

메소드 설명
OnLoadedAsync ( ) : Task
SelectRootPath ( ) : Task
ShellViewModel ( ISettings settings, IDialogManager dialogManager, IFlyoutManager flyoutManager, IUpdateManager updateManager, IViewModelFactory viewModelFactory, IMostRecentUsedFoldersRepository mostRecentUsedFoldersRepository ) : System
Show ( string status ) : void

비공개 메소드들

메소드 설명
LoadProjectsAsync ( string path ) : Task
OnShowSettings ( ) : void

메소드 상세

OnLoadedAsync() 공개 메소드

public OnLoadedAsync ( ) : Task
리턴 Task

SelectRootPath() 공개 메소드

public SelectRootPath ( ) : Task
리턴 Task

ShellViewModel() 공개 메소드

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
리턴 System

Show() 공개 메소드

public Show ( string status ) : void
status string
리턴 void