C# 클래스 Blacker.MangaScraper.Library.DAL.StorageDAL

상속: Blacker.MangaScraper.Library.SQLite.SQLiteDALBase
파일 보기 프로젝트 열기: blacker-cz/MangaScraper

공개 메소드들

메소드 설명
GetChapterInfo ( string id ) : DownloadedChapterInfo
GetChaptersInfo ( ) : IEnumerable
GetChaptersInfo ( System.DateTime newerThan ) : IEnumerable
GetChaptersInfo ( IMangaRecord mangaRecord ) : IEnumerable
GetChaptersInfo ( string search ) : IEnumerable
GetRecentFolders ( System.Guid scraperId, string mangaId ) : int>.IDictionary
GetRecentlyDownloadedMangas ( System.DateTime downloadedAfter ) : IEnumerable
RemoveDownloadInfo ( string chapterId ) : bool
StoreChapterInfo ( DownloadedChapterInfo chapterInfo ) : bool
UpdateScrapers ( IEnumerable scrapers ) : void

비공개 메소드들

메소드 설명
GetChaptersInfo ( string condition, object>.IEnumerable parameters ) : IEnumerable
LoadChapterFromDataRow ( DataRow row ) : ChapterRecord
LoadDownloadInfoFromDataRow ( DataRow row, ChapterRecord chapter ) : DownloadedChapterInfo

메소드 상세

GetChapterInfo() 공개 메소드

public GetChapterInfo ( string id ) : DownloadedChapterInfo
id string
리턴 DownloadedChapterInfo

GetChaptersInfo() 공개 메소드

public GetChaptersInfo ( ) : IEnumerable
리턴 IEnumerable

GetChaptersInfo() 공개 메소드

public GetChaptersInfo ( System.DateTime newerThan ) : IEnumerable
newerThan System.DateTime
리턴 IEnumerable

GetChaptersInfo() 공개 메소드

public GetChaptersInfo ( IMangaRecord mangaRecord ) : IEnumerable
mangaRecord IMangaRecord
리턴 IEnumerable

GetChaptersInfo() 공개 메소드

public GetChaptersInfo ( string search ) : IEnumerable
search string
리턴 IEnumerable

GetRecentFolders() 공개 메소드

public GetRecentFolders ( System.Guid scraperId, string mangaId ) : int>.IDictionary
scraperId System.Guid
mangaId string
리턴 int>.IDictionary

GetRecentlyDownloadedMangas() 공개 메소드

public GetRecentlyDownloadedMangas ( System.DateTime downloadedAfter ) : IEnumerable
downloadedAfter System.DateTime
리턴 IEnumerable

RemoveDownloadInfo() 공개 메소드

public RemoveDownloadInfo ( string chapterId ) : bool
chapterId string
리턴 bool

StoreChapterInfo() 공개 메소드

public StoreChapterInfo ( DownloadedChapterInfo chapterInfo ) : bool
chapterInfo DownloadedChapterInfo
리턴 bool

UpdateScrapers() 공개 메소드

public UpdateScrapers ( IEnumerable scrapers ) : void
scrapers IEnumerable
리턴 void