C# Класс Rock.Web.UI.Controls.WorkflowActionEditor

Наследование: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetWorkflowAction ( WorkflowAction action ) : void

Gets the workflow action.

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

SetWorkflowAction ( WorkflowAction action, bool setValues = false ) : void

Sets the workflow action.

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

Метод Описание
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

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

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

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

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

Gets the workflow action.
public GetWorkflowAction ( WorkflowAction action ) : void
action WorkflowAction The action.
Результат void

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void

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

Sets the workflow action.
public SetWorkflowAction ( WorkflowAction action, bool setValues = false ) : void
action WorkflowAction The value.
setValues bool if set to true [set values].
Результат void