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

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

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

Метод Описание
BindAttributesGrid ( List attributes ) : void

Binds the attributes grid.

GetWorkflowActivityType ( bool expandInvalid ) : WorkflowActivityType

Gets or sets the type of the workflow activity.

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.

SetWorkflowActivityType ( WorkflowActivityType value ) : void

Sets the type of the workflow activity.

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

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

gAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gAttributes control.

gAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gAttributes control.

gAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gAttributes control.

gAttributes_Rebind ( object sender, EventArgs e ) : void

Handles the Rebind event of the gAttributes control.

gAttributes_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the Reorder event of the gAttributes control.

lbAddActionType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddActionType control.

lbDeleteActivityType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteActivityType control.

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

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

Binds the attributes grid.
public BindAttributesGrid ( List attributes ) : void
attributes List The attributes.
Результат 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

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

Gets or sets the type of the workflow activity.
public GetWorkflowActivityType ( bool expandInvalid ) : WorkflowActivityType
expandInvalid bool
Результат WorkflowActivityType

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

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

Sets the type of the workflow activity.
public SetWorkflowActivityType ( WorkflowActivityType value ) : void
value WorkflowActivityType The value.
Результат void

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

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

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

Handles the Delete event of the gAttributes control.
protected gAttributes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
Результат void

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

Handles the Edit event of the gAttributes control.
protected gAttributes_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e RowEventArgs The instance containing the event data.
Результат void

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

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

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

Handles the Reorder event of the gAttributes control.
protected gAttributes_Reorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
Результат void

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

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

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

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