C# Class RockWeb.Plugins.org_newpointe.ConnectionsReport.ConnectionsReport

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewPointe/Rockit

Protected Properties

Property Type Description
workflowChartData1 string
workflowChartData2 string
workflowChartData3 string
workflowChartData4 string
workflowChartData5 string
workflowGroupedReportTableItemName String

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
workflowFilters_ApplyFilterClick ( object sender, EventArgs e ) : void
workflowReportTable_GridRebind ( object sender, EventArgs e ) : void
workflowReportTable_RowSelected ( object sender, RowEventArgs e ) : void

Private Methods

Method Description
BindFilters ( ) : void
BindGrids ( ) : void
FormatActivity ( object item ) : string
FormatStateLabel ( ConnectionState connectionState, System.DateTime followupDate ) : string

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

workflowFilters_ApplyFilterClick() protected method

protected workflowFilters_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

workflowReportTable_GridRebind() protected method

protected workflowReportTable_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

workflowReportTable_RowSelected() protected method

protected workflowReportTable_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
return void

Property Details

workflowChartData1 protected property

protected string workflowChartData1
return string

workflowChartData2 protected property

protected string workflowChartData2
return string

workflowChartData3 protected property

protected string workflowChartData3
return string

workflowChartData4 protected property

protected string workflowChartData4
return string

workflowChartData5 protected property

protected string workflowChartData5
return string

workflowGroupedReportTableItemName protected property

protected String workflowGroupedReportTableItemName
return String