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

Inheritance: Subtext.Web.Admin.WebUI.StatsPage
Exibir arquivo Open project: ayende/Subtext

Protected Properties

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

Public Methods

Method Description
ErrorLog ( ) : System

Protected Methods

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

ErrorLog() public method

public ErrorLog ( ) : System
return System

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

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