Метод | Описание | |
---|---|---|
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 |
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 ( |
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 |
public GetWorkflowActionType ( bool expandInvalid ) : WorkflowActionType | ||
expandInvalid | bool | |
Результат | WorkflowActionType |
protected OnInit ( |
||
e | An |
|
Результат | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Результат | void |
public SetWorkflowActionType ( WorkflowActionType value, Rock.Model.Attribute>.Dictionary |
||
value | WorkflowActionType | The value. |
workflowTypeAttributes | Rock.Model.Attribute>.Dictionary | The workflow type attributes. |
Результат | void |
protected lbDeleteActionType_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Результат | void |