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

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
activeWorkflowCount ( ) : void
lbListingPage_Click ( object sender, EventArgs e ) : void

Navigates to the Listing page.

Private Methods

Méthode 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 méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

activeWorkflowCount() protected méthode

protected activeWorkflowCount ( ) : void
Résultat void

lbListingPage_Click() protected méthode

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