C# Класс Nancy.Blog.Services.CachedFeedService

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

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

Метод Описание
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