C# 클래스 Rock.Web.UI.Controls.WorkflowFormEditor

상속: System.Web.UI.WebControls.CompositeControl, IHasValidationGroup
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

ClearRows() 공개 메소드

Clears the rows.
public ClearRows ( ) : void
리턴 void

CreateChildControls() 보호된 메소드

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
리턴 void

GetForm() 공개 메소드

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

RenderControl() 공개 메소드

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.
리턴 void

SetForm() 공개 메소드

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.
리턴 void