C# Класс Rock.Reporting.Dashboard.LineBarPointsChartDashboardWidget

Наследование: DashboardWidget
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CreateDynamicControls void
GetPrimaryMetricPartitionEntityIdFromContext MetricPartitionEntityId

Открытые методы

Метод Описание
GetAdministrateControls ( bool canConfig, bool canEdit ) : List

Adds icons to the configuration area of a Rock.Model.Block instance. Can be overridden to add additional icons

LoadChart ( ) : void

Loads the chart.

lcExample_ChartClick ( object sender, ChartClickArgs e ) : void

Lcs the example_ chart click.

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

Метод Описание
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the Block 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.

ShowSettings ( ) : void

Shows the settings.

lbEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEdit control.

mdEdit_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdEdit control.

mpMetricCategoryPicker_SelectItem ( object sender, EventArgs e ) : void

Handles the SelectItem event of the mpMetricCategoryPicker control.

rblSelectOrContext_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the rblSelectOrContext control.

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

Метод Описание
CreateDynamicControls ( int metricId ) : void

Creates the dynamic controls.

GetPrimaryMetricPartitionEntityIdFromContext ( ) : MetricPartitionEntityId

Gets the primary partition entity identifier from context.

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

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

GetAdministrateControls() публичный Метод

Adds icons to the configuration area of a Rock.Model.Block instance. Can be overridden to add additional icons
public GetAdministrateControls ( bool canConfig, bool canEdit ) : List
canConfig bool A flag that indicates if the user can configure the instance. /// This value will be true if the user is allowed to configure the instance; otherwise false.
canEdit bool A flag that indicates if the user can edit the instance. /// This value will be true if the user is allowed to edit the instance; otherwise false.
Результат List

LoadChart() публичный Метод

Loads the chart.
public LoadChart ( ) : 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

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

Handles the Click event of the lbEdit control.
protected lbEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

lcExample_ChartClick() публичный Метод

Lcs the example_ chart click.
public lcExample_ChartClick ( object sender, ChartClickArgs e ) : void
sender object The sender.
e Rock.Web.UI.Controls.ChartClickArgs The e.
Результат void

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

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

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

Handles the SelectItem event of the mpMetricCategoryPicker control.
protected mpMetricCategoryPicker_SelectItem ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the SelectedIndexChanged event of the rblSelectOrContext control.
protected rblSelectOrContext_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void