C# Класс RockWeb.Plugins.cc_newspring.Blocks.WorkflowAlert.WorkflowAlert

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void
activeWorkflowCount ( ) : void
lbListingPage_Click ( object sender, EventArgs e ) : void

Navigates to the Listing page.

Приватные методы

Метод Описание
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

Описание методов

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

activeWorkflowCount() защищенный Метод

protected activeWorkflowCount ( ) : void
Результат void

lbListingPage_Click() защищенный Метод

Navigates to the Listing page.
protected lbListingPage_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void