Méthode | Description | |
---|---|---|
BindAttributesGrid ( List |
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.
|
Méthode | Description | |
---|---|---|
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.
|
|
gAttributes_Add ( object sender, |
Handles the Add event of the gAttributes control.
|
|
gAttributes_Delete ( object sender, |
Handles the Delete event of the gAttributes control.
|
|
gAttributes_Edit ( object sender, |
Handles the Edit event of the gAttributes control.
|
|
gAttributes_Rebind ( object sender, |
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, |
Handles the Click event of the lbAddActionType control.
|
|
lbDeleteActivityType_Click ( object sender, |
Handles the Click event of the lbDeleteActivityType control.
|
public BindAttributesGrid ( List |
||
attributes | List |
The attributes. |
Résultat | void |
public GetWorkflowActivityType ( bool expandInvalid ) : WorkflowActivityType | ||
expandInvalid | bool | |
Résultat | WorkflowActivityType |
protected OnInit ( |
||
e | An |
|
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
Résultat | void |
public SetWorkflowActivityType ( WorkflowActivityType value ) : void | ||
value | WorkflowActivityType | The value. |
Résultat | void |
protected gAttributes_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected gAttributes_Rebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
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 |
Résultat | void |
protected lbAddActionType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected lbDeleteActivityType_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |