C# Class RockWeb.Blocks.Core.TagReport

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Public Methods

Method Description
SetVisible ( bool visible ) : void

Sets the visible.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

Protected Methods

Method Description
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.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

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

Method Details

OnInit() protected method

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

SetVisible() public method

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

gReport_Delete() protected method

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.
return void

gReport_GridRebind() public method

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.
return void

gReport_RowSelected() protected method

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.
return void