C# 클래스 Nancy.Blog.Services.CachedFeedService

상속: IFeedService
파일 보기 프로젝트 열기: NancyFx/Nancy.Blog

공개 메소드들

메소드 설명
CachedFeedService ( IConfigSettings configSettings, IRootPathProvider rootPathProvider ) : System
GetItem ( string link ) : BlogPost
GetItems ( int feedCount = 10, int pagenum ) : IEnumerable

비공개 메소드들

메소드 설명
FeedCategoryInNancyCategories ( System.ServiceModel.Syndication.SyndicationCategory category ) : bool
GetFeed ( string url, string id, SyndicationFeed>.List syndicationFeeds ) : void
GetItemsForCache ( int feedCount, int pagenum ) : IEnumerable
GetSyndicationFeeds ( IEnumerable metadataEntries ) : SyndicationFeed>>.IEnumerable

메소드 상세

CachedFeedService() 공개 메소드

public CachedFeedService ( IConfigSettings configSettings, IRootPathProvider rootPathProvider ) : System
configSettings IConfigSettings
rootPathProvider IRootPathProvider
리턴 System

GetItem() 공개 메소드

public GetItem ( string link ) : BlogPost
link string
리턴 BlogPost

GetItems() 공개 메소드

public GetItems ( int feedCount = 10, int pagenum ) : IEnumerable
feedCount int
pagenum int
리턴 IEnumerable