C# Class SimpleDnsCrypt.ViewModels.UpdateViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: bitbeans/SimpleDnsCrypt Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
UpdateViewModel ( SimpleDnsCrypt.Models.Update update ) : System

Method Details

DownloadInstallerAsync() public méthode

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

DownloadSignatureAsync() public méthode

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

StartUpdateAsync() public méthode

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

UpdateViewModel() public méthode

Xaml constructor.
public UpdateViewModel ( ) : System
Résultat System