C# Class Subtext.Web.HostAdmin.Pages.ErrorLog

Inheritance: HostAdminPage
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
Log global::Subtext.Web.Admin.WebUI.AdvancedPanel
LogPage global::Subtext.Web.Controls.RepeaterWithEmptyDataTemplate
btnClearLog global::System.Web.UI.WebControls.Button
btnExportToExcel global::System.Web.UI.WebControls.Button
resultsPager global::Subtext.Web.Controls.PagingControl

Protected Methods

Method Description
FormatLogger ( object logger ) : string
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BindList ( ) : void
BindListForExcel ( ) : void
InitializeComponent ( ) : void

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

LoadPage ( ) : void
btnClearLog_Click ( object sender, EventArgs e ) : void
btnExportToExcel_Click ( object sender, EventArgs e ) : void

Method Details

FormatLogger() protected method

protected FormatLogger ( object logger ) : string
logger object
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

Log protected_oe property

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

LogPage protected_oe property

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

btnClearLog protected_oe property

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

btnExportToExcel protected_oe property

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

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
return global::Subtext.Web.Controls.PagingControl