C# Class RockWeb.Blocks.Core.EntityTypes

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

Protected Methods

Method Description
Actions_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the Actions control.

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.

ShowEdit ( int entityTypeId ) : void

Shows the edit.

gEntityTypes_EditRow ( object sender, RowEventArgs e ) : void

Handles the EditRow event of the gEntityTypes control.

gEntityTypes_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gEntityTypes control.

mdEdit_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdEdit control.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

HideDialog ( ) : void
ShowDialog ( bool setValues = false ) : void
ShowDialog ( string dialog, bool setValues = false ) : void
gEntityTypes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gEntityTypes control.

Method Details

Actions_AddClick() protected method

Handles the AddClick event of the Actions control.
protected Actions_AddClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

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

ShowEdit() protected method

Shows the edit.
protected ShowEdit ( int entityTypeId ) : void
entityTypeId int The entity type id.
return void

gEntityTypes_EditRow() protected method

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

gEntityTypes_RowDataBound() protected method

Handles the RowDataBound event of the gEntityTypes control.
protected gEntityTypes_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
return void

mdEdit_SaveClick() protected method

Handles the SaveClick event of the mdEdit control.
protected mdEdit_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void