C# Class Subtext.Web.Admin.UserControls.EntriesList

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
IsActiveText ( object entryObject ) : string
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Private Methods

Méthode Description
BindList ( ) : void
ConfirmDelete ( int postID ) : void
OnItemCommand ( object source, System e ) : void

Method Details

IsActiveText() protected méthode

protected IsActiveText ( object entryObject ) : string
entryObject object
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

NoMessagesLabel protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

resultsPager protected_oe property

resultsPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.PagingControl resultsPager
Résultat global::Subtext.Web.Controls.PagingControl

rprSelectionList protected_oe property

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
Résultat global::System.Web.UI.WebControls.Repeater

title protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl