Click or drag to resize
Fields Constructor (Page, StateManager, Dictionary<String, UserControl>)
Constructor which keep the page and get a list all the fields from the page controls.

Namespace: WorkflowGen.My.Web.UI.WebForms
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public Fields(
	Page webpage,
	StateManager pageStateManager,
	Dictionary<string, UserControl> listUserControlsInPage
)

Parameters

webpage
Type: System.Web.UI.Page
Page object
pageStateManager
Type: WorkflowGen.My.Web.UI.WebForms.StateManager
The webpage StateManager object
listUserControlsInPage
Type: System.Collections.Generic.Dictionary<String, UserControl>
List of user controls in the WorkflowPage
Remarks

List of supported WebControls: TextBox, RadioButtonList, CheckBoxList, DropDownList, ListBox. Also, the HtmlControl HtmlInputFile is supported

See Also