C# Class ScrewTurn.Wiki.AdminHome

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
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

Public Methods

Method Description
PrintSystemStatus ( ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
CheckVersion ( ) : string
DisplayOrphansCount ( ) : void

Displays the orphan pages count.

RebuildPageLinks ( IList pages ) : void

Rebuilds the page links for the specified pages.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

PrintSystemStatus() public method

public PrintSystemStatus ( ) : void
return void

btnClearCache_Click() protected method

protected btnClearCache_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnRebuildPageLinks_Click() protected method

protected btnRebuildPageLinks_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSendBulkEmail_Click() protected method

protected btnSendBulkEmail_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnShutdownConfirm_Click() protected method

protected btnShutdownConfirm_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

cvGroups_ServerValidate() protected method

protected cvGroups_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
return void

rptIndex_DataBinding() protected method

protected rptIndex_DataBinding ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

rptIndex_ItemCommand() protected method

protected rptIndex_ItemCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
return void

rptPages_DataBinding() protected method

protected rptPages_DataBinding ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnClearCache protected_oe property

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
return global::System.Web.UI.WebControls.Button

btnRebuildPageLinks protected_oe property

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

btnSendBulkEmail protected_oe property

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
return global::System.Web.UI.WebControls.Button

btnShutdownConfirm protected_oe property

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
return global::System.Web.UI.WebControls.Button

cvGroups protected_oe property

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
return global::System.Web.UI.WebControls.CustomValidator

lblAdminHome protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblAppShutdown protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblAppShutdownInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblBulkEmail protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblBulkEmailInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblEmailResult protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblIndexStatus protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMissingPages protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblOrphanPages protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblOrphanPagesCount protected_oe property

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

lblOrphanPagesInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblOrphanPagesInfoPost protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblOrphanPagesInfoPre protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblRebuildIndexInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblRebuildPageLinksInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblSubject protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblSystemStatusContent protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lnkPages protected_oe property

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
return global::System.Web.UI.WebControls.HyperLink

lstGroups protected_oe property

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
return global::System.Web.UI.WebControls.CheckBoxList

rfvBody protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

rfvSubject protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

rptIndex protected_oe property

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

rptPages protected_oe property

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

txtBody protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtSubject protected_oe property

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
return global::System.Web.UI.WebControls.TextBox