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

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

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

Метод Описание
GetWorkflowActionType ( bool expandInvalid ) : WorkflowActionType

Gets the type of 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.

SetWorkflowActionType ( WorkflowActionType value, Rock.Model.Attribute>.Dictionary workflowTypeAttributes ) : void

Sets the type of 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.

OnInit ( EventArgs e ) : void

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

lbDeleteActionType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteActionType control.

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

Метод Описание
wfatpEntityType_SelectItem ( object sender, EventArgs e ) : void

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

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

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

Gets the type of the workflow action.
public GetWorkflowActionType ( bool expandInvalid ) : WorkflowActionType
expandInvalid bool
Результат WorkflowActionType

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

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

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

Sets the type of the workflow action.
public SetWorkflowActionType ( WorkflowActionType value, Rock.Model.Attribute>.Dictionary workflowTypeAttributes ) : void
value WorkflowActionType The value.
workflowTypeAttributes Rock.Model.Attribute>.Dictionary The workflow type attributes.
Результат void

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

Handles the Click event of the lbDeleteActionType control.
protected lbDeleteActionType_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void