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

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

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

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

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

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

Initializes a new instance of the RecentComments class.

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

Метод Описание
EntryCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
OnLoad ( EventArgs e ) : void

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

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

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

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

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

Binds the comments List{T} to the comment 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

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

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

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

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

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