C# 클래스 Subtext.Web.Admin.UserControls.EntriesList

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
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