C# 클래스 RssToolkit.Rss.RssAggregator

Used for Aggregating Rss links inside an OPML file
파일 보기 프로젝트 열기: Throy/derp-octo-robot 1 사용 예제들

공개 메소드들

메소드 설명
Load ( System opmlUrl ) : void

Loads from URL.

Load ( string xml ) : void

Loads from XML.

RssAggregator ( ) : System

Initializes a new instance of the RssAggregator class.

비공개 메소드들

메소드 설명
GetRssFeeds ( object state ) : void
Load ( OpmlDocument opmlDocument ) : void
LoadRssFeeds ( OpmlDocument opmlDocument ) : void
MergeRss ( string title ) : void
NotifySubscribers ( Exception ex, string message, RssSeverityType severityType ) : void

메소드 상세

Load() 공개 메소드

Loads from URL.
public Load ( System opmlUrl ) : void
opmlUrl System The opml URL.
리턴 void

Load() 공개 메소드

Loads from XML.
public Load ( string xml ) : void
xml string The XML.
리턴 void

RssAggregator() 공개 메소드

Initializes a new instance of the RssAggregator class.
public RssAggregator ( ) : System
리턴 System