Blacker.MangaScraper.Library.DAL.StorageDAL.GetChaptersInfo C# (CSharp) Method

GetChaptersInfo() public method

public GetChaptersInfo ( ) : IEnumerable
return IEnumerable
        public IEnumerable<DownloadedChapterInfo> GetChaptersInfo()
        {
            return GetChaptersInfo(String.Empty, Enumerable.Empty<KeyValuePair<string, object>>());
        }

Same methods

StorageDAL::GetChaptersInfo ( System.DateTime newerThan ) : IEnumerable
StorageDAL::GetChaptersInfo ( IMangaRecord mangaRecord ) : IEnumerable
StorageDAL::GetChaptersInfo ( string search ) : IEnumerable
StorageDAL::GetChaptersInfo ( string condition, object>.IEnumerable parameters ) : IEnumerable