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

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

Méthodes publiques

Méthode Description
ClearRows ( ) : void

Clears the rows.

GetForm ( ) : WorkflowActionForm

Gets or sets the form.

RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

SetForm ( WorkflowActionForm value, Rock.Model.Attribute>.Dictionary workflowTypeAttributes ) : void

Sets the form.

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.

Method Details

ClearRows() public méthode

Clears the rows.
public ClearRows ( ) : void
Résultat void

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

GetForm() public méthode

Gets or sets the form.
public GetForm ( ) : WorkflowActionForm
Résultat WorkflowActionForm

RenderControl() public méthode

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Résultat void

SetForm() public méthode

Sets the form.
public SetForm ( WorkflowActionForm value, Rock.Model.Attribute>.Dictionary workflowTypeAttributes ) : void
value WorkflowActionForm The value.
workflowTypeAttributes Rock.Model.Attribute>.Dictionary The workflow type attributes.
Résultat void