C# 클래스 RockWeb.Blocks.Core.TagReport

상속: Rock.Web.UI.RockBlock, ISecondaryBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

공개 메소드들

메소드 설명
SetVisible ( bool visible ) : void

Sets the visible.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

보호된 메소드들

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

Raises the E:System.Web.UI.Control.Init event.

gReport_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gReport control.

gReport_RowSelected ( object sender, Rock e ) : void

Handles the RowSelected event of the gReport control.

비공개 메소드들

메소드 설명
BindGrid ( ) : void

Binds the grid.

InvokeServiceMethod ( string methodName, Type types, object parameters ) : object

메소드 상세

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

SetVisible() 공개 메소드

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
리턴 void

gReport_Delete() 보호된 메소드

Handles the Delete event of the gReport control.
protected gReport_Delete ( 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

gReport_GridRebind() 공개 메소드

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

gReport_RowSelected() 보호된 메소드

Handles the RowSelected event of the gReport control.
protected gReport_RowSelected ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
리턴 void