C# Класс RockWeb.Blocks.WorkFlow.WorkflowEntry

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

Открытые методы

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

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

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

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

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

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

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

GetBreadCrumbs() публичный Метод

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 .
Результат List

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() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

RaisePostBackEvent() публичный Метод

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.
Результат void

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

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Результат void