C# Class RockWeb.Plugins.cc_newspring.Blocks.WorkflowAlert.WorkflowAlert

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void
activeWorkflowCount ( ) : void
lbListingPage_Click ( object sender, EventArgs e ) : void

Navigates to the Listing page.

Private Methods

Method Description
GetActions ( RockContext rockContext ) : List

Returns a list of the actions assigned to the current person

GetActiveForms ( RockContext rockContext ) : List

Gets a list of all the active workflow actions for the current person

GetCategories ( RockContext rockContext ) : List

Returns a list of all workflowtype category ids

GetCategoryIds ( List ids, List categories ) : List

Recursively gets all category ids in the tree of categories passed

Method Details

OnLoad() protected method

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

activeWorkflowCount() protected method

protected activeWorkflowCount ( ) : void
return void

lbListingPage_Click() protected method

Navigates to the Listing page.
protected lbListingPage_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void