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

Inheritance: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method 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 method

Clears the rows.
public ClearRows ( ) : void
return void

CreateChildControls() protected method

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
return void

GetForm() public method

Gets or sets the form.
public GetForm ( ) : WorkflowActionForm
return WorkflowActionForm

RenderControl() public method

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.
return void

SetForm() public method

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.
return void