Метод | Описание | |
---|---|---|
GetWorkflowActivity ( WorkflowActivity activity, bool expandInvalid ) : void |
Gets or sets 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.
|
|
SetWorkflowActivity ( WorkflowActivity activity, |
Sets 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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
lbDeleteActivityType_Click ( object sender, |
Handles the Click event of the lbDeleteActivityType control.
|
public GetWorkflowActivity ( WorkflowActivity activity, bool expandInvalid ) : void | ||
activity | WorkflowActivity | The activity. |
expandInvalid | bool | if set to |
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Результат | void |
public SetWorkflowActivity ( WorkflowActivity activity, |
||
activity | WorkflowActivity | The value. |
rockContext | The rock context. | |
setValues | bool | if set to |
Результат | void |
protected lbDeleteActivityType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |