Property | Type | Description | |
---|---|---|---|
BindAttributesGrid | void | ||
BuildWorkflowActivityControlsFromViewState | void | ||
CreateWorkflowActionTypeEditorControl | |||
CreateWorkflowActivityTypeEditorControls | void | ||
HideDialog | void | ||
LoadDropDowns | void | ||
RefreshActivityLists | void | ||
ReorderAttributeList | void | ||
SaveAttributes | void | ||
SaveWorkflowActivityControlsToViewState | void | ||
SetAttributeListOrder | void | ||
SetEditMode | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowEditDetails | void | ||
ShowReadonlyDetails | void | ||
SortWorkflowActivityListContents | void |
Method | Description | |
---|---|---|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the detail.
|
|
ShowDetail ( string itemKey, int itemKeyValue, int parentCategoryId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
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.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
dlgAttribute_SaveClick ( object sender, |
Handles the SaveClick event of the dlgAttribute control.
|
|
gAttributes_Add ( object sender, |
Handles the Add event of the gAttributes control.
|
|
gAttributes_Delete ( object sender, |
Handles the Delete event of the gAttributes control.
|
|
gAttributes_Edit ( object sender, |
Handles the Edit event of the gAttributes control.
|
|
gAttributes_GridRebind ( object sender, |
Handles the GridRebind event of the gAttributes control.
|
|
gAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gAttributes control.
|
|
gAttributes_ShowEdit ( System.Guid attributeGuid ) : void |
Gs the group attributes_ show edit.
|
|
lbAddActivityType_Click ( object sender, |
Handles the Click event of the lbAddActivity control.
|
|
workflowActionTypeEditor_DeleteActionTypeClick ( object sender, |
Handles the DeleteActionTypeClick event of the workflowActionTypeEditor control.
|
|
workflowActivityTypeEditor_AddActionTypeClick ( object sender, |
Handles the AddActionTypeClick event of the workflowActivityTypeEditor control.
|
|
workflowActivityTypeEditor_DeleteActivityClick ( object sender, |
Handles the DeleteActivityClick event of the workflowActivityTypeEditor control.
|
Method | Description | |
---|---|---|
BindAttributesGrid ( ) : void |
Binds the group type attributes grid.
|
|
BuildWorkflowActivityControlsFromViewState ( System.Guid activeWorkflowActivityTypeGuid = null, System.Guid activeWorkflowActionTypeGuid = null ) : void |
Builds the state of the workflow activity controls from view.
|
|
CreateWorkflowActionTypeEditorControl ( |
Creates the workflow action type editor control.
|
|
CreateWorkflowActivityTypeEditorControls ( WorkflowActivityType workflowActivityType, bool forceContentVisible = false, System.Guid activeWorkflowActionTypeGuid = null ) : void |
Creates the workflow activity type editor control.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
RefreshActivityLists ( ) : void | ||
ReorderAttributeList ( ViewStateList |
Reorders the attribute list.
|
|
SaveAttributes ( int entityTypeId, string qualifierColumn, string qualifierValue, ViewStateList |
||
SaveWorkflowActivityControlsToViewState ( ) : void |
Saves the state of the workflow activity controls to view.
|
|
SetAttributeListOrder ( ViewStateList |
Sets the attribute list order.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowDialog ( bool setValues = false ) : void |
Shows the dialog.
|
|
ShowDialog ( string dialog, bool setValues = false ) : void |
Shows the dialog.
|
|
ShowEditDetails ( WorkflowType workflowType, |
Shows the edit details.
|
|
ShowReadonlyDetails ( WorkflowType workflowType ) : void |
Shows the readonly details.
|
|
SortWorkflowActivityListContents ( string eventParam, string values ) : void |
Sorts the workflow activity list contents.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( string itemKey, int itemKeyValue ) : void | ||
itemKey | string | The item key. |
itemKeyValue | int | The item key value. |
return | void |
public ShowDetail ( string itemKey, int itemKeyValue, int parentCategoryId ) : void | ||
itemKey | string | The item key. |
itemKeyValue | int | The item key value. |
parentCategoryId | int | The parent category id. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected dlgAttribute_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAttributes_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAttributes_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAttributes_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAttributes_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gAttributes_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
return | void |
protected gAttributes_ShowEdit ( System.Guid attributeGuid ) : void | ||
attributeGuid | System.Guid | The attribute GUID. |
return | void |
protected lbAddActivityType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected workflowActionTypeEditor_DeleteActionTypeClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected workflowActivityTypeEditor_AddActionTypeClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected workflowActivityTypeEditor_DeleteActivityClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |