C# Class RockWeb.Blocks.Reporting.DynamicChart

Inheritance: Rock.Reporting.Dashboard.DashboardWidget
Datei anzeigen Open project: SparkDevNetwork/Rock

Protected Methods

Method Description
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.

Private Methods

Method Description
GetChartData ( ) : void

Gets the chart data (ajax call from Chart)

GetDynamicDataMergeFields ( ) : object>.Dictionary

Gets the dynamic data merge fields.

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

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