C# Класс Subtext.Web.Admin.UserControls.EntriesList

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

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

Свойство Тип Описание
NoMessagesLabel global::System.Web.UI.HtmlControls.HtmlGenericControl
resultsPager global::Subtext.Web.Controls.PagingControl
rprSelectionList global::System.Web.UI.WebControls.Repeater
title global::System.Web.UI.HtmlControls.HtmlGenericControl

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

Метод Описание
IsActiveText ( object entryObject ) : string
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

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

Метод Описание
BindList ( ) : void
ConfirmDelete ( int postID ) : void
OnItemCommand ( object source, System e ) : void

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

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

protected IsActiveText ( object entryObject ) : string
entryObject object
Результат string

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

NoMessagesLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl NoMessagesLabel
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

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

resultsPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.PagingControl resultsPager
Результат global::Subtext.Web.Controls.PagingControl

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

rprSelectionList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rprSelectionList
Результат global::System.Web.UI.WebControls.Repeater

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

title control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl title
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl