C# Class RockWeb.Blocks.WorkFlow.WorkflowEntry

Inheritance: Rock.Web.UI.RockBlock, IPostBackEventHandler
Show file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
GetBreadCrumbs ( Rock pageReference ) : List

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.

RaisePostBackEvent ( string eventArgument ) : void

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.

Protected Methods

Method Description
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

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
BuildForm ( bool setValues ) : void
CompleteFormAction ( string formAction ) : void
GetFormValues ( ) : void
HydrateObjects ( ) : bool
LoadWorkflowType ( ) : void
ProcessActionRequest ( ) : void
ShowMessage ( NotificationBoxType type, string title, string message, bool hideForm = true ) : void
ShowNotes ( bool visible ) : void

Method Details

Block_BlockUpdated() protected method

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.
return void

GetBreadCrumbs() public method

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs.
public GetBreadCrumbs ( Rock pageReference ) : List
pageReference Rock The .
return List

LoadViewState() protected method

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.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

RaisePostBackEvent() public method

When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string A that represents an optional event argument to be passed to the event handler.
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void