C# Класс RockWeb.Blocks.Reporting.DynamicHeatMap

Наследование: Rock.Web.UI.RockBlockCustomSettings
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
ShowMap ( ) : void

Shows the report.

Описание методов

Block_BlockUpdated() защищенный Метод

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.
Результат void

LoadDropDowns() защищенный Метод

Loads the drop downs.
protected LoadDropDowns ( ) : void
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

ShowSettings() защищенный Метод

Shows the settings.
protected ShowSettings ( ) : void
Результат void

btn_ApplyOptionsClick() защищенный Метод

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.
Результат void

mdConfigure_SaveClick() защищенный Метод

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.
Результат void

mdSaveLocation_SaveClick() защищенный Метод

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.
Результат void