C# Class RockWeb.Blocks.Reporting.MetricValueList

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Datei anzeigen Open project: SparkDevNetwork/Rock

Private Properties

Property Type Description
BindFilter void
BindGrid void
CreateDynamicControls void
CreateEntityValueLookups void
GetSeriesName string
SetHiddenFieldValues void

Public Methods

Method Description
SetVisible ( bool visible ) : void

Sets the visible.

Protected Methods

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

gMetricValues_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gMetricValues control.

gMetricValues_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gMetricValues control.

gMetricValues_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gMetricValues control.

gMetricValues_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gMetricValues control.

gMetricValues_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gMetricValues control.

gfMetricValues_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfMetricValues control.

gfMetricValues_DisplayFilterValue ( object sender, GridFilter e ) : void

Gfs the metric values_ display filter value.

Private Methods

Method Description
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

CreateDynamicControls ( int metricID ) : void

Creates the dynamic controls.

CreateEntityValueLookups ( int metricID ) : void

Creates the entity value lookups.

GetSeriesName ( ICollection metricValuePartitions ) : string

Gets the name of the series.

SetHiddenFieldValues ( ) : void

Sets the hidden field values.

Method Details

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

SetVisible() public method

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
return void

gMetricValues_Add() protected method

Handles the Add event of the gMetricValues control.
protected gMetricValues_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gMetricValues_Delete() protected method

Handles the Delete event of the gMetricValues control.
protected gMetricValues_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gMetricValues_Edit() protected method

Handles the Edit event of the gMetricValues control.
protected gMetricValues_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gMetricValues_GridRebind() protected method

Handles the GridRebind event of the gMetricValues control.
protected gMetricValues_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gMetricValues_RowDataBound() protected method

Handles the RowDataBound event of the gMetricValues control.
protected gMetricValues_RowDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

gfMetricValues_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the gfMetricValues control.
protected gfMetricValues_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gfMetricValues_DisplayFilterValue() protected method

Gfs the metric values_ display filter value.
protected gfMetricValues_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void