C# 클래스 RockWeb.Blocks.Reporting.DynamicData

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

공개 프로퍼티들

프로퍼티 타입 설명
GridFilterColumnLookup string>.Dictionary

보호된 메소드들

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

Handles the ApplyFilterClick event of the fDevice control.

DisplayFilterValue ( object sender, GridFilter e ) : void

Displays the text of the current filters

DynamicData_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the DynamicData control.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

ShowSettings ( ) : void

Shows the settings.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

gReport_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gReport control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

비공개 메소드들

메소드 설명
AddGridColumns ( Rock.Web.UI.Controls.Grid grid, DataTable dataTable ) : void

Adds the grid columns.

BoolToString ( bool b ) : string

Converts bool to string.

BuildControls ( bool setData ) : void

Builds the controls.

FilterTable ( Rock.Web.UI.Controls.Grid grid, DataTable dataTable ) : void

Gets the sorted view.

GetData ( string &errorMessage ) : DataSet

Gets the data.

GetDynamicDataMergeFields ( ) : object>.Dictionary

Gets the dynamic data merge fields.

GetParameters ( ) : object>.Dictionary

Gets the parameters.

SetDataKeyNames ( Rock.Web.UI.Controls.Grid grid, DataTable dataTable ) : void

Sets the data key names.

SortTable ( Rock.Web.UI.Controls.Grid grid, DataTable dataTable ) : void

Gets the sorted view.

StringToBool ( string s ) : bool?

Converts string to bool

메소드 상세

ApplyFilterClick() 보호된 메소드

Handles the ApplyFilterClick event of the fDevice control.
protected ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

DisplayFilterValue() 보호된 메소드

Displays the text of the current filters
protected DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
리턴 void

DynamicData_BlockUpdated() 보호된 메소드

Handles the BlockUpdated event of the DynamicData control.
protected DynamicData_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 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

ShowSettings() 보호된 메소드

Shows the settings.
protected ShowSettings ( ) : void
리턴 void

gReport_GridRebind() 보호된 메소드

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

gReport_RowSelected() 보호된 메소드

Handles the RowSelected event of the gReport control.
protected gReport_RowSelected ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
리턴 void

lbSave_Click() 보호된 메소드

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

프로퍼티 상세

GridFilterColumnLookup 공개적으로 프로퍼티

public Dictionary GridFilterColumnLookup
리턴 string>.Dictionary