Property | Type | Description | |
---|---|---|---|
BindAttributesGrid | void | ||
BuildActionControl | |||
BuildActivityControl | |||
BuildControls | void | ||
HideDialog | void | ||
LoadDropDowns | void | ||
LoadStateDetails | void | ||
ParseControls | void | ||
ReOrderAttributes | void | ||
SaveAttributes | void | ||
SetEditMode | void | ||
ShowActivityAttributeEdit | void | ||
ShowAttributeEdit | void | ||
ShowDetail | void | ||
ShowDialog | void | ||
ShowDialog | void | ||
ShowEditDetails | void | ||
ShowReadonlyDetails | void | ||
SortActions | void | ||
SortActivities | void | ||
SortAttributes | void | ||
SortFormFields | void | ||
control_AddAttributeClick | void | ||
control_DeleteAttributeClick | void | ||
control_EditAttributeClick | void | ||
control_RebindAttributeClick | void | ||
control_ReorderAttributeClick | void |
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.
|
|
btnCopy_Click ( object sender, |
Handles the Click event of the btnCopy 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.
|
|
btnLaunch_Click ( object sender, |
Handles the Click event of the btnLaunch control.
|
|
btnManage_Click ( object sender, |
Handles the Click event of the btnManage control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
dlgActivityAttribute_SaveClick ( object sender, |
Handles the SaveClick event of the dlgAttribute 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.
|
|
lbAddActivityType_Click ( object sender, |
Handles the Click event of the lbAddActivity control.
|
|
workflowActionTypeEditor_ChangeActionTypeClick ( object sender, |
Handles the ChangeActionTypeClick event of the workflowActionTypeEditor 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.
|
|
BuildActionControl ( |
Builds the action control.
|
|
BuildActivityControl ( |
Builds the activity control.
|
|
BuildControls ( bool setValues = false, System.Guid activeActivityTypeGuid = null, System.Guid activeActionTypeGuid = null ) : void |
Builds the controls.
|
|
HideDialog ( ) : void |
Hides the dialog.
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
LoadStateDetails ( WorkflowType workflowType, |
||
ParseControls ( bool expandInvalid = false ) : void |
Parses the controls.
|
|
ReOrderAttributes ( List |
Reorder attributes.
|
|
SaveAttributes ( int entityTypeId, string qualifierColumn, string qualifierValue, List |
Saves the attributes.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowActivityAttributeEdit ( System.Guid activityTypeGuid, System.Guid attributeGuid ) : void |
Shows the attribute edit.
|
|
ShowAttributeEdit ( System.Guid attributeGuid ) : void |
Shows the attribute edit.
|
|
ShowDetail ( ) : void |
Shows the detail.
|
|
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.
|
|
SortActions ( System.Guid guid, int newIndex ) : void |
Sorts the actions.
|
|
SortActivities ( System.Guid guid, int newIndex ) : void |
Sorts the activities.
|
|
SortAttributes ( List |
Reorders the attribute list.
|
|
SortFormFields ( System.Guid guid, int newIndex ) : void |
Sorts the form fields.
|
|
control_AddAttributeClick ( object sender, |
||
control_DeleteAttributeClick ( object sender, |
||
control_EditAttributeClick ( object sender, |
||
control_RebindAttributeClick ( object sender, |
||
control_ReorderAttributeClick ( object sender, |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnCopy_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnDelete_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 btnLaunch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnManage_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 dlgActivityAttribute_SaveClick ( 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 lbAddActivityType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected workflowActionTypeEditor_ChangeActionTypeClick ( 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 |