Méthode | Description | |
---|---|---|
AddAttributeColumns ( WorkflowType workflowType ) : void | ||
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 ( |
||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event. Allows you to set query strings to activate filters on My Workflows block Will returns the filter values based on query string Role Filter --------------------- Initiated By Me = true Assigned To Me = false Status Filter ------------------- Active Types = true All Types = false |
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
gWorkflows_Edit ( object sender, |
Handles the Edit event of the gWorkflows control.
|
|
gWorkflows_GridRebind ( object sender, |
Handles the GridRebind event of the gWorkflows control.
|
|
rptWorkflowTypes_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptWorkflowTypes control.
|
|
rptWorkflowTypes_ItemCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Handles the ItemCreated event of the rptWorkflowTypes control.
|
|
tgl_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the tgl control.
|
Méthode | Description | |
---|---|---|
AuthorizedActivityTypes ( List |
||
GetData ( ) : void |
protected AddAttributeColumns ( WorkflowType workflowType ) : void | ||
workflowType | WorkflowType | |
Résultat | void |
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected gWorkflows_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gWorkflows_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected rptWorkflowTypes_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
Résultat | void |
protected rptWorkflowTypes_ItemCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | The |
Résultat | void |
protected tgl_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |