C# 클래스 RockWeb.Plugins.cc_newspring.Blocks.WorkflowAlert.WorkflowAlert

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

메소드 설명
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