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

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

보호된 메소드들

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

Initializes the control/Rock Block

OnLoad ( EventArgs e ) : void

Loads the control.

gExceptionOccurrences_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gExceptionOccurrences control.

gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void

비공개 메소드들

메소드 설명
BindExceptionOccurrenceGrid ( ExceptionLog baseException ) : void

Binds the exception occurrence grid.

ShowDetail ( int exceptionId ) : void

Loads the exception occurrences panel

메소드 상세

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

gExceptionOccurrences_GridRebind() 보호된 메소드

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

gExceptionOccurrences_RowSelected() 보호된 메소드

protected gExceptionOccurrences_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
리턴 void