C# Class RockWeb.Blocks.Reporting.DynamicHeatMap

Inheritance: Rock.Web.UI.RockBlockCustomSettings
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

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

Handles the BlockUpdated event of the Block control.

LoadDropDowns ( ) : void

Loads the drop downs.

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.

ShowSettings ( ) : void

Shows the settings.

btn_ApplyOptionsClick ( object sender, EventArgs e ) : void

Handles the ApplyOptionsClick event of the btn control.

mdConfigure_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdConfigure control.

mdSaveLocation_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdSaveLocation control.

Private Methods

Method Description
ShowMap ( ) : void

Shows the report.

Method Details

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the Block control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

LoadDropDowns() protected method

Loads the drop downs.
protected LoadDropDowns ( ) : void
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

ShowSettings() protected method

Shows the settings.
protected ShowSettings ( ) : void
return void

btn_ApplyOptionsClick() protected method

Handles the ApplyOptionsClick event of the btn control.
protected btn_ApplyOptionsClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

mdConfigure_SaveClick() protected method

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

mdSaveLocation_SaveClick() protected method

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