C# Класс Subtext.Web.UI.Controls.RecentPosts

Displays the titles of the most recent entries on the skin.
Наследование: BaseControl, IEntryControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
postList System.Web.UI.WebControls.Repeater

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

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

Initializes a new instance of the RecentPosts class.

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

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

Binds the posts List{T} to the post list repeater. Raises the E:System.Web.UI.Control.Load event.

PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

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

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

Binds the posts List{T} to the post list repeater. 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

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

protected PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
Результат void

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

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

Описание свойств

postList защищенное свойство

protected Repeater,System.Web.UI.WebControls postList
Результат System.Web.UI.WebControls.Repeater