C# Class Rock.Web.UI.Controls.WorkflowActivityEditor

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
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, RockContext rockContext, bool setValues = false ) : void

Sets the workflow activity.

Méthodes protégées

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 ( EventArgs e ) : void

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

lbDeleteActivityType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeleteActivityType control.

Method Details

CreateChildControls() protected méthode

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
Résultat void

GetWorkflowActivity() public méthode

Gets or sets the workflow activity.
public GetWorkflowActivity ( WorkflowActivity activity, bool expandInvalid ) : void
activity WorkflowActivity The activity.
expandInvalid bool if set to true [expand invalid].
Résultat void

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

RenderControl() public méthode

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.
Résultat void

SetWorkflowActivity() public méthode

Sets the workflow activity.
public SetWorkflowActivity ( WorkflowActivity activity, RockContext rockContext, bool setValues = false ) : void
activity WorkflowActivity The value.
rockContext Rock.Data.RockContext The rock context.
setValues bool if set to true [set values].
Résultat void

lbDeleteActivityType_Click() protected méthode

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.
Résultat void