Click or drag to resize

Fields Constructor (Page, StateManager, DictionaryString, 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: 8.1.3.0 (8.1.3.20220620)
Syntax
public Fields(
	Page webpage,
	StateManager pageStateManager,
	Dictionary<string, UserControl> listUserControlsInPage
)

Parameters

webpage
Type: System.Web.UIPage
Page object
pageStateManager
Type: WorkflowGen.My.Web.UI.WebFormsStateManager
The webpage StateManager object
listUserControlsInPage
Type: System.Collections.GenericDictionaryString, 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