C# 클래스 Subtext.Web.Admin.Pages.ErrorLog

상속: Subtext.Web.Admin.WebUI.StatsPage
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ErrorLog ( ) : System

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ErrorLog() 공개 메소드

public ErrorLog ( ) : System
리턴 System

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

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

프로퍼티 상세

LogPage 보호되어 있는 프로퍼티

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

btnClearLog 보호되어 있는 프로퍼티

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

btnExportToExcel 보호되어 있는 프로퍼티

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

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