C# 클래스 RockWeb.Blocks.Administration.ExceptionList

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

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

Initializes the control/Rock Block

OnLoad ( EventArgs e ) : void

Loads the control.

btnClearExceptions_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnClearExceptions control.

fExceptionList_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the fExceptionList control.

fExceptionList_DisplayFilterValue ( object sender, GridFilter e ) : void

Build filter values/summary with user friendly data from filters

gExceptionList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gExceptionList control.

gExceptionList_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gExceptionList control.

비공개 메소드들

메소드 설명
BindExceptionListFilter ( ) : void

Binds the exception list filter.

BindExceptionListGrid ( ) : void

Binds the exception list grid.

BindSitesFilter ( ) : void

Binds the sites filter.

BuildBaseExceptionListQuery ( RockContext rockContext ) : IQueryable

Builds the base query for the Exception List grid data

ClearExceptionLog ( ) : void

Clears the exception log.

LoadExceptionList ( ) : void

Loads the exception list.

메소드 상세

OnInit() 보호된 메소드

Initializes the control/Rock Block
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

OnLoad() 보호된 메소드

Loads the control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

btnClearExceptions_Click() 보호된 메소드

Handles the Click event of the btnClearExceptions control.
protected btnClearExceptions_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

fExceptionList_ApplyFilterClick() 보호된 메소드

Handles the ApplyFilterClick event of the fExceptionList control.
protected fExceptionList_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

fExceptionList_DisplayFilterValue() 보호된 메소드

Build filter values/summary with user friendly data from filters
protected fExceptionList_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
리턴 void

gExceptionList_GridRebind() 보호된 메소드

Handles the GridRebind event of the gExceptionList control.
protected gExceptionList_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gExceptionList_RowSelected() 보호된 메소드

Handles the RowSelected event of the gExceptionList control.
protected gExceptionList_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void