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

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

Private Properties

프로퍼티 타입 설명
BindMetricPartitionsGrid void
LoadDropDowns void
ReorderMetricPartitionsList void
SetEditMode void
SetMetricPartitionsListOrder void
ShowReadonlyDetails void
UpdateMetricPartionDetailForEntityType void

공개 메소드들

메소드 설명
ShowDetail ( int metricId ) : void

Shows the detail.

ShowDetail ( int metricId, int parentCategoryId ) : void

Shows the detail.

ShowEditDetails ( Metric metric ) : void

Shows the edit details.

gMetricPartitions_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gMetricPartitions control.

보호된 메소드들

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

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel 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.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

ddlSourceType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlSourceType control.

etpMetricPartitionEntityType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the etpMetricPartitionEntityType control.

gMetricPartitions_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gMetricPartitions control.

gMetricPartitions_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gMetricPartitions control.

gMetricPartitions_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gMetricPartitions control.

gMetricPartitions_ShowEdit ( System.Guid metricPartitionGuid ) : void

Shows the Metric Partition dialog for add/edit

mdMetricPartitionDetail_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdMetricPartitionDetail control.

rblScheduleSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the rblScheduleSelect control.

비공개 메소드들

메소드 설명
BindMetricPartitionsGrid ( ) : void

Binds the metric partitions grid.

LoadDropDowns ( ) : void

Loads the drop downs.

ReorderMetricPartitionsList ( List itemList, int oldIndex, int newIndex ) : void

Reorders the metric partitions list.

SetEditMode ( bool editable ) : void

Sets the edit mode.

SetMetricPartitionsListOrder ( List itemList ) : void

Sets the metric partitions list order.

ShowReadonlyDetails ( Metric metric ) : void

Shows the readonly details.

UpdateMetricPartionDetailForEntityType ( ) : void

Updates the type of the metric partion detail for entity.

메소드 상세

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

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 metricId ) : void
metricId int The metric identifier.
리턴 void

ShowDetail() 공개 메소드

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

ShowEditDetails() 공개 메소드

Shows the edit details.
public ShowEditDetails ( Metric metric ) : void
metric Metric The metric.
리턴 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

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

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

ddlSourceType_SelectedIndexChanged() 보호된 메소드

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

etpMetricPartitionEntityType_SelectedIndexChanged() 보호된 메소드

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

gMetricPartitions_AddClick() 공개 메소드

Handles the AddClick event of the gMetricPartitions control.
public gMetricPartitions_AddClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gMetricPartitions_Delete() 보호된 메소드

Handles the Delete event of the gMetricPartitions control.
protected gMetricPartitions_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.
리턴 void

gMetricPartitions_GridReorder() 보호된 메소드

Handles the GridReorder event of the gMetricPartitions control.
protected gMetricPartitions_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
리턴 void

gMetricPartitions_RowSelected() 보호된 메소드

Handles the RowSelected event of the gMetricPartitions control.
protected gMetricPartitions_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

gMetricPartitions_ShowEdit() 보호된 메소드

Shows the Metric Partition dialog for add/edit
protected gMetricPartitions_ShowEdit ( System.Guid metricPartitionGuid ) : void
metricPartitionGuid System.Guid The metric partition unique identifier.
리턴 void

mdMetricPartitionDetail_SaveClick() 보호된 메소드

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

rblScheduleSelect_SelectedIndexChanged() 보호된 메소드

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