C# Class Channel9Downloader.DataAccess.FinishedDownloadsRepository

Inheritance: IFinishedDownloadsRepository
Afficher le fichier Open project: MadCowDevelopment/Channel9Downloader

Méthodes publiques

Méthode Description
AddFinishedDownload ( RssItem rssItem ) : void

Adds a finished download to the repository.

GetAllFinishedDownloads ( ) : List

Gets a list of all finished downloads.

Private Methods

Méthode Description
FinishedDownloadsRepository ( IFinishedDownloadsDataAccess finishedDownloadsDataAccess, IFolderUtils folderUtils ) : System.Collections.Generic

Method Details

AddFinishedDownload() public méthode

Adds a finished download to the repository.
public AddFinishedDownload ( RssItem rssItem ) : void
rssItem Channel9Downloader.Entities.RssItem The item to add.
Résultat void

GetAllFinishedDownloads() public méthode

Gets a list of all finished downloads.
public GetAllFinishedDownloads ( ) : List
Résultat List