C# Class SimpleDnsCrypt.ViewModels.UpdateViewModel

Inheritance: Caliburn.Micro.Screen
ファイルを表示 Open project: bitbeans/SimpleDnsCrypt Class Usage Examples

Public Methods

Method Description
DownloadInstallerAsync ( SimpleDnsCrypt.Models.Installer remoteInstaller ) : System.Threading.Tasks.Task

Download the given installer file.

DownloadSignatureAsync ( Signature remoteSignature ) : System.Threading.Tasks.Task

Download the given signature file.

StartUpdateAsync ( SimpleDnsCrypt.Models.Update update ) : void

Do an update.

UpdateViewModel ( ) : System

Xaml constructor.

Private Methods

Method Description
UpdateViewModel ( SimpleDnsCrypt.Models.Update update ) : System

Method Details

DownloadInstallerAsync() public method

Download the given installer file.
public DownloadInstallerAsync ( SimpleDnsCrypt.Models.Installer remoteInstaller ) : System.Threading.Tasks.Task
remoteInstaller SimpleDnsCrypt.Models.Installer The installer to download.
return System.Threading.Tasks.Task

DownloadSignatureAsync() public method

Download the given signature file.
public DownloadSignatureAsync ( Signature remoteSignature ) : System.Threading.Tasks.Task
remoteSignature Signature The signature to download.
return System.Threading.Tasks.Task

StartUpdateAsync() public method

Do an update.
public StartUpdateAsync ( SimpleDnsCrypt.Models.Update update ) : void
update SimpleDnsCrypt.Models.Update The update to perform.
return void

UpdateViewModel() public method

Xaml constructor.
public UpdateViewModel ( ) : System
return System