C# Class Blacker.MangaScraper.ViewModel.DownloadManagerViewModel

fixme:: this needs to be fixed so it doesn't load all history
Inheritance: Blacker.MangaScraper.ViewModel.BaseViewModel
Afficher le fichier Open project: blacker-cz/MangaScraper Class Usage Examples

Méthodes publiques

Méthode Description
CancelRunningDownloads ( ) : void
Download ( IChapterRecord chapter, string outputPath, IDownloadFormatProvider formatProvider ) : void
DownloadManagerViewModel ( ) : System

Private Methods

Méthode Description
DownloadDateTimeFilter ( System.DateTime limit, object o ) : bool
DownloadViewModel_DownloadCompleted ( object sender, EventArgs eventArgs ) : void
DownloadViewModel_DownloadStarted ( object sender, EventArgs e ) : void
DownloadViewModel_RemoveFromCollection ( object sender, EventArgs eventArgs ) : void

Method Details

CancelRunningDownloads() public méthode

public CancelRunningDownloads ( ) : void
Résultat void

Download() public méthode

public Download ( IChapterRecord chapter, string outputPath, IDownloadFormatProvider formatProvider ) : void
chapter IChapterRecord
outputPath string
formatProvider IDownloadFormatProvider
Résultat void

DownloadManagerViewModel() public méthode

public DownloadManagerViewModel ( ) : System
Résultat System