C# Class RockWeb.Blocks.WorkFlow.MyWorkflows

Inheritance: Rock.Web.UI.RockBlock
ファイルを表示 Open project: NewPointe/Rockit

Protected Methods

Method Description
AddAttributeColumns ( WorkflowType workflowType ) : void
Block_BlockUpdated ( object sender, EventArgs e ) : void

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 ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

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, RowEventArgs e ) : void

Handles the Edit event of the gWorkflows control.

gWorkflows_GridRebind ( object sender, EventArgs e ) : void

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, EventArgs e ) : void

Handles the CheckedChanged event of the tgl control.

Private Methods

Method Description
AuthorizedActivityTypes ( List allWorkflowTypes ) : List
GetData ( ) : void

Method Details

AddAttributeColumns() protected method

protected AddAttributeColumns ( WorkflowType workflowType ) : void
workflowType WorkflowType
return void

Block_BlockUpdated() protected method

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

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
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

SaveViewState() protected method

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
return object

gWorkflows_Edit() protected method

Handles the Edit event of the gWorkflows control.
protected gWorkflows_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gWorkflows_GridRebind() protected method

Handles the GridRebind event of the gWorkflows control.
protected gWorkflows_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

rptWorkflowTypes_ItemCommand() protected method

Handles the ItemCommand event of the rptWorkflowTypes control.
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 instance containing the event data.
return void

rptWorkflowTypes_ItemCreated() protected method

Handles the ItemCreated event of the rptWorkflowTypes control.
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 instance containing the event data.
return void

tgl_CheckedChanged() protected method

Handles the CheckedChanged event of the tgl control.
protected tgl_CheckedChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void