C# 클래스 Subtext.Web.HostAdmin.UserControls.BlogsList

User control used to create, edit and delete blogs. This only provides a few options for editing blogs. For the full options, one should visit the individual blog's admin tool.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
addNewBlogButton global::System.Web.UI.WebControls.Button
chkShowInactive global::System.Web.UI.WebControls.CheckBox
messagePanel global::Subtext.Web.Admin.WebUI.MessagePanel
pnlResults global::Subtext.Web.Admin.WebUI.AdvancedPanel
resultsPager global::Subtext.Web.Controls.PagingControl
rprBlogsList global::Subtext.Web.Controls.RepeaterWithEmptyDataTemplate

공개 메소드들

메소드 설명
ShowError ( string message ) : void
ShowMessage ( string message ) : void

보호된 메소드들

메소드 설명
OnActiveChanged ( object sender, EventArgs e ) : void
OnBlogEdit ( int blogId ) : void
OnCreateNewBlogClick ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
OnItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ToggleActiveString ( bool active ) : string

비공개 메소드들

메소드 설명
BindList ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ToggleActive ( int blogId ) : void

메소드 상세

OnActiveChanged() 보호된 메소드

protected OnActiveChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnBlogEdit() 보호된 메소드

protected OnBlogEdit ( int blogId ) : void
blogId int
리턴 void

OnCreateNewBlogClick() 보호된 메소드

protected OnCreateNewBlogClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnItemCommand() 보호된 메소드

protected OnItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ShowError() 공개 메소드

public ShowError ( string message ) : void
message string
리턴 void

ShowMessage() 공개 메소드

public ShowMessage ( string message ) : void
message string
리턴 void

ToggleActiveString() 보호된 정적인 메소드

protected static ToggleActiveString ( bool active ) : string
active bool
리턴 string

프로퍼티 상세

addNewBlogButton 보호되어 있는 프로퍼티

addNewBlogButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button addNewBlogButton
리턴 global::System.Web.UI.WebControls.Button

chkShowInactive 보호되어 있는 프로퍼티

chkShowInactive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowInactive
리턴 global::System.Web.UI.WebControls.CheckBox

messagePanel 보호되어 있는 프로퍼티

messagePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel messagePanel
리턴 global::Subtext.Web.Admin.WebUI.MessagePanel

pnlResults 보호되어 있는 프로퍼티

pnlResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel pnlResults
리턴 global::Subtext.Web.Admin.WebUI.AdvancedPanel

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

rprBlogsList 보호되어 있는 프로퍼티

rprBlogsList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.RepeaterWithEmptyDataTemplate rprBlogsList
리턴 global::Subtext.Web.Controls.RepeaterWithEmptyDataTemplate