C# 클래스 RockWeb.Blocks.WorkFlow.MyWorkflows

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
AuthorizedActivityTypes ( List allWorkflowTypes ) : List
GetData ( ) : void

메소드 상세

AddAttributeColumns() 보호된 메소드

protected AddAttributeColumns ( WorkflowType workflowType ) : void
workflowType WorkflowType
리턴 void

Block_BlockUpdated() 보호된 메소드

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.
리턴 void

LoadViewState() 보호된 메소드

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.
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

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.
리턴 void

SaveViewState() 보호된 메소드

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

gWorkflows_Edit() 보호된 메소드

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.
리턴 void

gWorkflows_GridRebind() 보호된 메소드

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.
리턴 void

rptWorkflowTypes_ItemCommand() 보호된 메소드

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.
리턴 void

rptWorkflowTypes_ItemCreated() 보호된 메소드

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.
리턴 void

tgl_CheckedChanged() 보호된 메소드

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.
리턴 void