C# Класс MichaelJBaird.Themes.JQMobile.Controls.PostList

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
PostList ( ) : System

Initializes a new instance of the PostList class.

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

Метод Описание
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

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

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

Adds the main header.

BindPager ( List posts ) : void
BindPosts ( ) : void

Binds the list of posts to individual postview.ascx controls from the current theme.

GetPageIndex ( ) : int

Retrieves the current page index based on the QueryString.

ShowExcerpt ( ) : bool

Whether or not to show the entire post or just the excerpt/description in the post list

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs /// The object that contains the event data. ///
Результат void

PostList() публичный Метод

Initializes a new instance of the PostList class.
public PostList ( ) : System
Результат System