C# Class ScrewTurn.Wiki.RSS

Inheritance: BasePage
显示文件 Open project: mono/ScrewTurnWiki

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildAuthorTag ( XmlWriter rss, string userName ) : void

Sends an author tag to the output stream.

BuildChannelHead ( XmlWriter rss, string title, string link, string selfLink, string description ) : void

Sends the channel head to the output stream.

BuildRssHeader ( XmlWriter rss ) : void

Sends the RSS header to the output stream.

CompleteCurrentElement ( XmlWriter rss ) : void

Completes an element in the output stream.

FindMessageContent ( string pageName, string messageId ) : string

Tries to find the content of a message.

GetGuid ( string item, System.DateTime editDateTime ) : string

Gets a valid and consistent GUID for RSS items.

IsMessageChange ( Change change ) : bool

Determines whether a change refers to a message.

IsPageChange ( Change change ) : bool

Determines whether a change refers to page content.

UnTreeMessages ( IEnumerable messages ) : List

Deconstructs a tree of messages and converts it into a flat list.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void