C# 클래스 Channel9Downloader.DataAccess.RssRepository

상속: IRssRepository
파일 보기 프로젝트 열기: MadCowDevelopment/Channel9Downloader

공개 메소드들

메소드 설명
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