C# Class withSIX.Play.Applications.ViewModels.Overlays.SoftwareUpdateOverlayViewModel

Inheritance: SoftwareUpdateOverlayViewModelBase
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
CheckForUpdates ( ) : void
InstallSingleExe ( ) : void
Restart ( ) : void
SoftwareUpdateOverlayViewModel ( SettingsViewModel settingsViewModel, ISoftwareUpdate softwareUpdate ) : System

Method Details

CheckForUpdates() public method

public CheckForUpdates ( ) : void
return void

InstallSingleExe() public method

public InstallSingleExe ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

SoftwareUpdateOverlayViewModel() public method

public SoftwareUpdateOverlayViewModel ( SettingsViewModel settingsViewModel, ISoftwareUpdate softwareUpdate ) : System
settingsViewModel SettingsViewModel
softwareUpdate ISoftwareUpdate
return System