C# Класс Channel9Downloader.DataAccess.RssRepository

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

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

Метод Описание
GetRssItems ( ) : List

Gets all RSS items.

GetRssItems ( Category category ) : List

Gets all RSS items for the specified category.

Приватные методы

Метод Описание
DownloadFeedData ( ) : System.Xml.Linq.XDocument

Downloads RSS feed data.

DownloadFeedData ( Category category ) : System.Xml.Linq.XDocument

Downloads RSS feed data for the specified category.

DownloadFeedData ( string address ) : System.Xml.Linq.XDocument

Downloads RSS feed data from the specified address.

ParseRssItems ( System.Xml.Linq.XDocument doc ) : List

Parses RSS feed data.

RssRepository ( IDependencyComposer dependencyComposer ) : System

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

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

Gets all RSS items.
public GetRssItems ( ) : List
Результат List

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

Gets all RSS items for the specified category.
public GetRssItems ( Category category ) : List
category Channel9Downloader.Entities.Category The category for which RSS items should be retrieved.
Результат List