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

Inheritance: BindableBase
Mostrar archivo Open project: akshay2000/MonocleGiraffe Class Usage Examples

Public Methods

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

Protected Methods

Method Description
InitDesignTime ( ) : void
LoadExistingDownloads ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CancelAll ( ) : System.Threading.Tasks.Task
Init ( ) : System.Threading.Tasks.Task

Method Details

DownloadsViewModel() public method

public DownloadsViewModel ( Func downloadItemFactory, bool isInDesignMode ) : GalaSoft.MvvmLight.Command
downloadItemFactory Func
isInDesignMode bool
return GalaSoft.MvvmLight.Command

InitDesignTime() protected method

protected InitDesignTime ( ) : void
return void

LoadExistingDownloads() protected method

protected LoadExistingDownloads ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StartDownload() public method

public StartDownload ( string url ) : System.Threading.Tasks.Task
url string
return System.Threading.Tasks.Task