C# Класс Subtext.Web.Admin.Pages.ErrorLog

Наследование: Subtext.Web.Admin.WebUI.StatsPage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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