C# 클래스 ScrewTurn.Wiki.AdminHome

파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
btnClearCache global::System.Web.UI.WebControls.Button
btnRebuildPageLinks global::Anthem.Button
btnSendBulkEmail global::System.Web.UI.WebControls.Button
btnShutdownConfirm global::System.Web.UI.WebControls.Button
cvGroups global::System.Web.UI.WebControls.CustomValidator
lblAdminHome global::System.Web.UI.WebControls.Literal
lblAppShutdown global::System.Web.UI.WebControls.Literal
lblAppShutdownInfo global::System.Web.UI.WebControls.Literal
lblBulkEmail global::System.Web.UI.WebControls.Literal
lblBulkEmailInfo global::System.Web.UI.WebControls.Literal
lblEmailResult global::System.Web.UI.WebControls.Label
lblIndexStatus global::System.Web.UI.WebControls.Literal
lblMissingPages global::System.Web.UI.WebControls.Literal
lblOrphanPages global::System.Web.UI.WebControls.Literal
lblOrphanPagesCount global::Anthem.Label
lblOrphanPagesInfo global::System.Web.UI.WebControls.Literal
lblOrphanPagesInfoPost global::System.Web.UI.WebControls.Literal
lblOrphanPagesInfoPre global::System.Web.UI.WebControls.Literal
lblRebuildIndexInfo global::System.Web.UI.WebControls.Literal
lblRebuildPageLinksInfo global::System.Web.UI.WebControls.Literal
lblSubject global::System.Web.UI.WebControls.Literal
lblSystemStatusContent global::System.Web.UI.WebControls.Literal
lnkPages global::System.Web.UI.WebControls.HyperLink
lstGroups global::System.Web.UI.WebControls.CheckBoxList
rfvBody global::System.Web.UI.WebControls.RequiredFieldValidator
rfvSubject global::System.Web.UI.WebControls.RequiredFieldValidator
rptIndex global::Anthem.Repeater
rptPages global::System.Web.UI.WebControls.Repeater
txtBody global::System.Web.UI.WebControls.TextBox
txtSubject global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
PrintSystemStatus ( ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnClearCache_Click ( object sender, EventArgs e ) : void
btnRebuildPageLinks_Click ( object sender, EventArgs e ) : void
btnSendBulkEmail_Click ( object sender, EventArgs e ) : void
btnShutdownConfirm_Click ( object sender, EventArgs e ) : void
cvGroups_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
rptIndex_DataBinding ( object sender, EventArgs e ) : void
rptIndex_ItemCommand ( object sender, CommandEventArgs e ) : void
rptPages_DataBinding ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
CheckVersion ( ) : string
DisplayOrphansCount ( ) : void

Displays the orphan pages count.

RebuildPageLinks ( IList pages ) : void

Rebuilds the page links for the specified pages.

메소드 상세

Page_Load() 보호된 메소드

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

PrintSystemStatus() 공개 메소드

public PrintSystemStatus ( ) : void
리턴 void

btnClearCache_Click() 보호된 메소드

protected btnClearCache_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnRebuildPageLinks_Click() 보호된 메소드

protected btnRebuildPageLinks_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSendBulkEmail_Click() 보호된 메소드

protected btnSendBulkEmail_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnShutdownConfirm_Click() 보호된 메소드

protected btnShutdownConfirm_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cvGroups_ServerValidate() 보호된 메소드

protected cvGroups_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
리턴 void

rptIndex_DataBinding() 보호된 메소드

protected rptIndex_DataBinding ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

rptIndex_ItemCommand() 보호된 메소드

protected rptIndex_ItemCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
리턴 void

rptPages_DataBinding() 보호된 메소드

protected rptPages_DataBinding ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

btnClearCache 보호되어 있는 프로퍼티

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

btnRebuildPageLinks 보호되어 있는 프로퍼티

btnRebuildPageLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRebuildPageLinks
리턴 global::Anthem.Button

btnSendBulkEmail 보호되어 있는 프로퍼티

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

btnShutdownConfirm 보호되어 있는 프로퍼티

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

cvGroups 보호되어 있는 프로퍼티

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

lblAdminHome 보호되어 있는 프로퍼티

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

lblAppShutdown 보호되어 있는 프로퍼티

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

lblAppShutdownInfo 보호되어 있는 프로퍼티

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

lblBulkEmail 보호되어 있는 프로퍼티

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

lblBulkEmailInfo 보호되어 있는 프로퍼티

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

lblEmailResult 보호되어 있는 프로퍼티

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

lblIndexStatus 보호되어 있는 프로퍼티

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

lblMissingPages 보호되어 있는 프로퍼티

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

lblOrphanPages 보호되어 있는 프로퍼티

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

lblOrphanPagesCount 보호되어 있는 프로퍼티

lblOrphanPagesCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblOrphanPagesCount
리턴 global::Anthem.Label

lblOrphanPagesInfo 보호되어 있는 프로퍼티

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

lblOrphanPagesInfoPost 보호되어 있는 프로퍼티

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

lblOrphanPagesInfoPre 보호되어 있는 프로퍼티

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

lblRebuildIndexInfo 보호되어 있는 프로퍼티

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

lblRebuildPageLinksInfo 보호되어 있는 프로퍼티

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

lblSubject 보호되어 있는 프로퍼티

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

lblSystemStatusContent 보호되어 있는 프로퍼티

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

lnkPages 보호되어 있는 프로퍼티

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

lstGroups 보호되어 있는 프로퍼티

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

rfvBody 보호되어 있는 프로퍼티

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

rfvSubject 보호되어 있는 프로퍼티

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

rptIndex 보호되어 있는 프로퍼티

rptIndex control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptIndex
리턴 global::Anthem.Repeater

rptPages 보호되어 있는 프로퍼티

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

txtBody 보호되어 있는 프로퍼티

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

txtSubject 보호되어 있는 프로퍼티

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