C# Class RockWeb.Blocks.Core.BlockTypeList

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

btnRefreshAll_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnRefreshAll control.

gBlockTypes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gBlockTypes control.

gBlockTypes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gBlockTypes control.

gBlockTypes_Edit ( object sender, RowEventArgs e ) : void

Handles the EditRow event of the gBlockTypes control.

gBlockTypes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gBlockTypes control.

gBlockTypes_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gBlockTypes control.

gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the Apply Filter event for the GridFilter

Private Methods

Method Description
BindFilter ( ) : void
BindGrid ( ) : void

Binds the grid.

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

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

btnRefreshAll_Click() protected method

Handles the Click event of the btnRefreshAll control.
protected btnRefreshAll_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gBlockTypes_Add() protected method

Handles the Add event of the gBlockTypes control.
protected gBlockTypes_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gBlockTypes_Delete() protected method

Handles the Delete event of the gBlockTypes control.
protected gBlockTypes_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

gBlockTypes_Edit() protected method

Handles the EditRow event of the gBlockTypes control.
protected gBlockTypes_Edit ( 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

gBlockTypes_GridRebind() protected method

Handles the GridRebind event of the gBlockTypes control.
protected gBlockTypes_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gBlockTypes_RowDataBound() protected method

Handles the RowDataBound event of the gBlockTypes control.
protected gBlockTypes_RowDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

gfSettings_ApplyFilterClick() protected method

Handles the Apply Filter event for the GridFilter
protected gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void