프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, |
Handles the AddClick event of the gMetricPartitions control.
|
메소드 | 설명 | |
---|---|---|
Block_BlockUpdated ( object sender, |
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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
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, |
Handles the Click event of the btnCancel control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
ddlSourceType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlSourceType control.
|
|
etpMetricPartitionEntityType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the etpMetricPartitionEntityType control.
|
|
gMetricPartitions_Delete ( object sender, |
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, |
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, |
Handles the SaveClick event of the mdMetricPartitionDetail control.
|
|
rblScheduleSelect_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the rblScheduleSelect control.
|
메소드 | 설명 | |
---|---|---|
BindMetricPartitionsGrid ( ) : void |
Binds the metric partitions grid.
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
ReorderMetricPartitionsList ( List |
Reorders the metric partitions list.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
SetMetricPartitionsListOrder ( List |
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.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
public ShowDetail ( int metricId ) : void | ||
metricId | int | The metric identifier. |
리턴 | void |
public ShowDetail ( int metricId, int parentCategoryId ) : void | ||
metricId | int | The metric identifier. |
parentCategoryId | int | The parent category id. |
리턴 | void |
public ShowEditDetails ( Metric metric ) : void | ||
metric | Metric | The metric. |
리턴 | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnDelete_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected ddlSourceType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected etpMetricPartitionEntityType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
public gMetricPartitions_AddClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected gMetricPartitions_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
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 |
리턴 | void |
protected gMetricPartitions_RowSelected ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected gMetricPartitions_ShowEdit ( System.Guid metricPartitionGuid ) : void | ||
metricPartitionGuid | System.Guid | The metric partition unique identifier. |
리턴 | void |
protected mdMetricPartitionDetail_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected rblScheduleSelect_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |