C# Class MonocleGiraffe.ViewModels.Transfers.DownloadsViewModel

Inheritance: Portable.ViewModels.Transfers.DownloadsViewModel
Show file Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DownloadItemFactory ( string url ) : Task
DownloadsViewModel ( ) : MonocleGiraffe.Models

Protected Methods

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

Method Details

DownloadItemFactory() public static method

public static DownloadItemFactory ( string url ) : Task
url string
return Task

DownloadsViewModel() public method

public DownloadsViewModel ( ) : MonocleGiraffe.Models
return MonocleGiraffe.Models

InitDesignTime() protected method

protected InitDesignTime ( ) : void
return void

LoadExistingDownloads() protected method

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