C# Class RockWeb.Blocks.Reporting.DynamicHeatMap

Inheritance: Rock.Web.UI.RockBlockCustomSettings
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode 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

Méthode Description
ShowMap ( ) : void

Shows the report.

Method Details

Block_BlockUpdated() protected méthode

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.
Résultat void

LoadDropDowns() protected méthode

Loads the drop downs.
protected LoadDropDowns ( ) : void
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

ShowSettings() protected méthode

Shows the settings.
protected ShowSettings ( ) : void
Résultat void

btn_ApplyOptionsClick() protected méthode

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.
Résultat void

mdConfigure_SaveClick() protected méthode

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.
Résultat void

mdSaveLocation_SaveClick() protected méthode

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.
Résultat void