C# Класс Blacker.MangaScraper.Library.LibraryManager

Наследование: ILibraryManager
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDownloadInfo ( IChapterRecord chapterRecord ) : DownloadedChapterInfo
GetDownloadInfo ( IChapterRecord chapterRecord, bool prefetch ) : DownloadedChapterInfo
GetDownloadInfo ( string chapterId ) : DownloadedChapterInfo
GetDownloads ( ) : IEnumerable
GetDownloads ( System.DateTime newerThen ) : IEnumerable
GetDownloads ( string search ) : IEnumerable
GetRecentOutputFolder ( IMangaRecord mangaRecord ) : string
GetRecentlyDownloadedMangas ( System.DateTime downloadedAfter ) : IEnumerable
RemoveDownloadInfo ( DownloadedChapterInfo downloadedChapterInfo ) : bool
RemoveDownloadInfo ( string chapterId ) : bool
StoreDownloadInfo ( DownloadedChapterInfo downloadedChapterInfo ) : bool
UpdateScrapersList ( IEnumerable existingScrapers ) : void

Описание методов

GetDownloadInfo() публичный Метод

public GetDownloadInfo ( IChapterRecord chapterRecord ) : DownloadedChapterInfo
chapterRecord IChapterRecord
Результат DownloadedChapterInfo

GetDownloadInfo() публичный Метод

public GetDownloadInfo ( IChapterRecord chapterRecord, bool prefetch ) : DownloadedChapterInfo
chapterRecord IChapterRecord
prefetch bool
Результат DownloadedChapterInfo

GetDownloadInfo() публичный Метод

public GetDownloadInfo ( string chapterId ) : DownloadedChapterInfo
chapterId string
Результат DownloadedChapterInfo

GetDownloads() публичный Метод

public GetDownloads ( ) : IEnumerable
Результат IEnumerable

GetDownloads() публичный Метод

public GetDownloads ( System.DateTime newerThen ) : IEnumerable
newerThen System.DateTime
Результат IEnumerable

GetDownloads() публичный Метод

public GetDownloads ( string search ) : IEnumerable
search string
Результат IEnumerable

GetRecentOutputFolder() публичный Метод

public GetRecentOutputFolder ( IMangaRecord mangaRecord ) : string
mangaRecord IMangaRecord
Результат string

GetRecentlyDownloadedMangas() публичный Метод

public GetRecentlyDownloadedMangas ( System.DateTime downloadedAfter ) : IEnumerable
downloadedAfter System.DateTime
Результат IEnumerable

RemoveDownloadInfo() публичный Метод

public RemoveDownloadInfo ( DownloadedChapterInfo downloadedChapterInfo ) : bool
downloadedChapterInfo DownloadedChapterInfo
Результат bool

RemoveDownloadInfo() публичный Метод

public RemoveDownloadInfo ( string chapterId ) : bool
chapterId string
Результат bool

StoreDownloadInfo() публичный Метод

public StoreDownloadInfo ( DownloadedChapterInfo downloadedChapterInfo ) : bool
downloadedChapterInfo DownloadedChapterInfo
Результат bool

UpdateScrapersList() публичный Метод

public UpdateScrapersList ( IEnumerable existingScrapers ) : void
existingScrapers IEnumerable
Результат void