C# Класс MichaelJBaird.Themes.JQMobile.Archive

Показать файл Открыть проект

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

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

Handles the Load event of the Page control.

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

Метод Описание
AddHeader ( ) : void

Adds the header.

AddTotals ( ) : void

Adds the totals.

CreateArchive ( ) : void

Creates the archive.

CreatePostRow ( Post post, HtmlGenericControl &postItem ) : void

Creates the post row.

SortCategories ( string>.Dictionary categories ) : Guid>.SortedDictionary

Sorts the categories.

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

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

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void