C# 클래스 RockWeb.Blocks.Finance.GivingAnalytics

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
LoadChartAndGrids ( ) : void

Loads the chart and any visible grids

LoadDropDowns ( ) : void

Loads the drop downs.

보호된 메소드들

메소드 설명
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnApplyGiversFilter_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnApplyGiversFilter control.

btnApply_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnApply control.

btnGraphBy_Click ( object sender, EventArgs e ) : void

Handles the Click events of the GraphBy buttons.

btnGroupBy_Click ( object sender, EventArgs e ) : void

Handles the Click event of the GroupBy buttons

btnShowChart_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnShowChart control.

btnShowDetails_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnShowDetails control.

dvpDataView_SelectedIndexChanged ( object sender, EventArgs e ) : void
gChartAmount_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gAttendance control.

gGiversGifts_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gGiversGifts control.

gGiversGifts_RowSelected ( object sender, RowEventArgs e ) : void
lShowChartAmountGrid_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lShowGrid control.

lcAmount_ChartClick ( object sender, ChartClickArgs e ) : void

Lcs the attendance_ chart click.

비공개 메소드들

메소드 설명
BindChartAmountGrid ( IEnumerable chartData ) : void

Binds the chart attendance grid.

BindGiversGrid ( ) : void

Binds the attendees grid.

BuildDynamicControls ( ) : void
DisplayShowBy ( ShowBy showBy ) : void

Displays the show by.

GetGivingChartData ( ) : IEnumerable
GetSetting ( string prefix, string key ) : string

Gets the setting.

HideShowDataViewResultOption ( ) : void

Hides the show data view result option.

LoadSettings ( ) : void

Loads the attendance reporting settings from user preferences.

LogAndShowException ( Exception exception ) : void

Logs the and show exception.

SaveSettings ( ) : void

Saves the attendance reporting settings to user preferences.

메소드 상세

Block_BlockUpdated() 보호된 메소드

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

LoadChartAndGrids() 공개 메소드

Loads the chart and any visible grids
public LoadChartAndGrids ( ) : void
리턴 void

LoadDropDowns() 공개 메소드

Loads the drop downs.
public LoadDropDowns ( ) : void
리턴 void

LoadViewState() 보호된 메소드

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
리턴 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

SaveViewState() 보호된 메소드

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
리턴 object

btnApplyGiversFilter_Click() 보호된 메소드

Handles the Click event of the btnApplyGiversFilter control.
protected btnApplyGiversFilter_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnApply_Click() 보호된 메소드

Handles the Click event of the btnApply control.
protected btnApply_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnGraphBy_Click() 보호된 메소드

Handles the Click events of the GraphBy buttons.
protected btnGraphBy_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnGroupBy_Click() 보호된 메소드

Handles the Click event of the GroupBy buttons
protected btnGroupBy_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnShowChart_Click() 보호된 메소드

Handles the Click event of the btnShowChart control.
protected btnShowChart_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnShowDetails_Click() 보호된 메소드

Handles the Click event of the btnShowDetails control.
protected btnShowDetails_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

dvpDataView_SelectedIndexChanged() 보호된 메소드

protected dvpDataView_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

gChartAmount_GridRebind() 보호된 메소드

Handles the GridRebind event of the gAttendance control.
protected gChartAmount_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

gGiversGifts_GridRebind() 보호된 메소드

Handles the GridRebind event of the gGiversGifts control.
protected gGiversGifts_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

gGiversGifts_RowSelected() 보호된 메소드

protected gGiversGifts_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e RowEventArgs
리턴 void

lShowChartAmountGrid_Click() 보호된 메소드

Handles the Click event of the lShowGrid control.
protected lShowChartAmountGrid_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

lcAmount_ChartClick() 보호된 메소드

Lcs the attendance_ chart click.
protected lcAmount_ChartClick ( object sender, ChartClickArgs e ) : void
sender object The sender.
e ChartClickArgs The e.
리턴 void