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

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

공개 메소드들

메소드 설명
BindDataTransformations ( RockContext rockContext ) : void

Binds the data transformations.

ShowDetail ( int dataViewId ) : void

Shows the detail.

ShowDetail ( int dataViewId, int parentCategoryId ) : void

Shows the detail.

ShowEditDetails ( DataView dataView ) : void

Shows the edit.

보호된 메소드들

메소드 설명
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.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnCopy_Click ( object sender, EventArgs e ) : void

Handles the Click event of the Copy button control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnEdit control.

btnPreview_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnPreview control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnToggleResults_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnToggleResults control.

etpEntityType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlEntityType control.

filterControl_DeleteClick ( object sender, EventArgs e ) : void

Handles the DeleteClick event of the filterControl control.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

groupControl_AddFilterClick ( object sender, EventArgs e ) : void

Handles the AddFilterClick event of the groupControl control.

groupControl_AddGroupClick ( object sender, EventArgs e ) : void

Handles the AddGroupClick event of the groupControl control.

groupControl_DeleteGroupClick ( object sender, EventArgs e ) : void

Handles the DeleteGroupClick event of the groupControl control.

비공개 메소드들

메소드 설명
BindGrid ( Rock.Web.UI.Controls.Grid grid, DataView dataView, int fetchRowCount = null ) : bool

Binds the grid.

CreateFilterControl ( Control parentControl, DataViewFilter filter, string filteredEntityTypeName, bool setSelection, RockContext rockContext ) : void

Creates the filter control.

CreateFilterControl ( int filteredEntityTypeId, DataViewFilter filter, bool setSelection, RockContext rockContext ) : void

Creates the filter control.

DeleteDataViewFilter ( DataViewFilter dataViewFilter, DataViewFilterService service ) : void

Deletes the data view filter.

LoadDropDowns ( DataView dataView ) : void

Loads the drop downs.

SetEditMode ( bool editable ) : void

Sets the edit mode.

SetNewDataFilterGuids ( DataViewFilter dataViewFilter ) : void

Set the Guids on the datafilter and it's children to Guid.NewGuid

ShowPreview ( DataView dataView ) : void

Shows the preview.

ShowReadonlyDetails ( DataView dataView ) : void

Shows the readonly details.

ShowReport ( DataView dataView ) : void

Shows the report.

메소드 상세

BindDataTransformations() 공개 메소드

Binds the data transformations.
public BindDataTransformations ( RockContext rockContext ) : void
rockContext Rock.Data.RockContext The rock context.
리턴 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

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int dataViewId ) : void
dataViewId int The data view identifier.
리턴 void

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( int dataViewId, int parentCategoryId ) : void
dataViewId int The data view identifier.
parentCategoryId int The parent category id.
리턴 void

ShowEditDetails() 공개 메소드

Shows the edit.
public ShowEditDetails ( DataView dataView ) : void
dataView DataView The data view.
리턴 void

btnCancel_Click() 보호된 메소드

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

btnCopy_Click() 보호된 메소드

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

btnDelete_Click() 보호된 메소드

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

btnEdit_Click() 보호된 메소드

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

btnPreview_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

btnToggleResults_Click() 보호된 메소드

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

etpEntityType_SelectedIndexChanged() 보호된 메소드

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

filterControl_DeleteClick() 보호된 메소드

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

groupControl_AddFilterClick() 보호된 메소드

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

groupControl_AddGroupClick() 보호된 메소드

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

groupControl_DeleteGroupClick() 보호된 메소드

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