C# Class MonocleGiraffe.Portable.ViewModels.Transfers.DownloadsViewModel

Inheritance: BindableBase
Afficher le fichier Open project: akshay2000/MonocleGiraffe Class Usage Examples

Méthodes publiques

Méthode Description
DownloadsViewModel ( Func downloadItemFactory, bool isInDesignMode ) : GalaSoft.MvvmLight.Command
StartDownload ( string url ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
InitDesignTime ( ) : void
LoadExistingDownloads ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CancelAll ( ) : System.Threading.Tasks.Task
Init ( ) : System.Threading.Tasks.Task

Method Details

DownloadsViewModel() public méthode

public DownloadsViewModel ( Func downloadItemFactory, bool isInDesignMode ) : GalaSoft.MvvmLight.Command
downloadItemFactory Func
isInDesignMode bool
Résultat GalaSoft.MvvmLight.Command

InitDesignTime() protected méthode

protected InitDesignTime ( ) : void
Résultat void

LoadExistingDownloads() protected méthode

protected LoadExistingDownloads ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

StartDownload() public méthode

public StartDownload ( string url ) : System.Threading.Tasks.Task
url string
Résultat System.Threading.Tasks.Task