C# Class Solutionizer.ViewModels.UpdateViewModel

Inheritance: DialogViewModel, IOnLoadedHandler
Afficher le fichier Open project: thoemmi/Solutionizer Class Usage Examples

Méthodes publiques

Méthode Description
OnLoadedAsync ( ) : System.Threading.Tasks.Task
UpdateViewModel ( IUpdateManager updateManager, ISettings settings, IDialogManager dialogManager, UpdateDownloadViewModel updateDownloadViewModelFactory, bool checkForUpdates ) : System

Method Details

OnLoadedAsync() public méthode

public OnLoadedAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

UpdateViewModel() public méthode

public UpdateViewModel ( IUpdateManager updateManager, ISettings settings, IDialogManager dialogManager, UpdateDownloadViewModel updateDownloadViewModelFactory, bool checkForUpdates ) : System
updateManager IUpdateManager
settings ISettings
dialogManager IDialogManager
updateDownloadViewModelFactory UpdateDownloadViewModel
checkForUpdates bool
Résultat System