C# Класс ScrewTurn.Wiki.RSS

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

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

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

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

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

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void