Property | Type | Description | |
---|---|---|---|
BindLog | void | ||
BuildControls | void | ||
ParseControls | void | ||
ShowAttributeValues | void | ||
ShowDetail | void | ||
ShowEditDetails | void | ||
ShowHideTab | void | ||
ShowReadonlyDetails | void | ||
rptrActivities_ItemDataBound | 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.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender 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, |
||
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
ddlActivateNewActivity_SelectedIndexChanged ( object sender, |
||
gLog_GridRebind ( object sender, |
Handles the GridRebind event of the glog control.
|
|
workflowActivityEditor_DeleteActivityClick ( object sender, |
Handles the DeleteActivityClick event of the workflowActivityEditor control.
|
Method | Description | |
---|---|---|
BindLog ( ) : void | ||
BuildControls ( bool setValues = false, System.Guid activeActivityGuid = null, bool showInvalid = false ) : void |
Builds the controls.
|
|
ParseControls ( |
Parses the controls.
|
|
ShowAttributeValues ( ) : void | ||
ShowDetail ( int workflowId ) : void |
Shows the detail.
|
|
ShowEditDetails ( ) : void | ||
ShowHideTab ( bool show, System control ) : void | ||
ShowReadonlyDetails ( ) : void | ||
rptrActivities_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | An |
|
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 | |
e | ||
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlActivateNewActivity_SelectedIndexChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected gLog_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected workflowActivityEditor_DeleteActivityClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |