| Fields Class | 
Namespace: WorkflowGen.My.Web.UI.WebForms
The Fields type exposes the following members.
| Name | Description | |
|---|---|---|
| Fields(Page, DataSet) | 
            Constructor which keep the page and get a list all the fields from the DataSet.
              | |
| Fields(Page, DataSet, String) | 
            Constructor which keep the page and get a list all the fields from the DataSet.
              | |
| Fields(Page, StateManager, DictionaryString, UserControl) | 
            Constructor which keep the page and get a list all the fields from the page controls.
              | 
| Name | Description | |
|---|---|---|
| ArchiveHiddenFieldsExecute | 
            Hides the archive hidden fields
              | |
| ColorizeControl | 
            Colorize a certain control 
              | |
| HiddenFieldsExecute | 
            Puts fields to hidden
              | |
| ReadOnlyFieldsExecute | 
            Puts fields to read-only
            Adds a border and background to read-only fields
              | |
| RequiredFieldsExecute | 
            Adds RequiredFielValidators to check the required fields
            and changes the border colors
              | |
| RequiredFieldsExecute(Boolean) | 
            Add validators and change the required fields color
              | 
| Name | Description | |
|---|---|---|
| PAGE_VALIDATION_GROUP | 
            Constant used internally for the ValidationGroup property of all generated validators
              | |
| VALIDATION_SUMMARY_ID | 
            Constant used internally to determine the ID of the validation summary for the required fields.
              | 
| Name | Description | |
|---|---|---|
| ArchiveHiddenFieldsPattern | 
            Archive Hidden form field pattern
              | |
| FieldButtonInputIsVisibleInReadOnly | 
            Fields button controls remains visible when in read-only mode
              | |
| FieldsColorization | 
            The colorization method used for coloring the fields
              | |
| HiddenFieldsPattern | 
            Hidden form field pattern
              | |
| ReadOnlyBackColor | 
            Background Color for read-only fields
              | |
| ReadOnlyBorderColor | 
            Border Color for read-only fields
              | |
| ReadOnlyFieldsPattern | 
            Read-Only form field pattern
              | |
| RequiredBackColor | 
            Background Color for required fields
              | |
| RequiredBorderColor | 
            Border Color for required fields
              | |
| RequiredFieldsPattern | 
            Required form field pattern
              | |
| RequiredMessage | 
            Error message on required field
              | |
| WorkflowFileUploadIsEnabledInReadOnly |  Obsolete.  
            WorkflowFileUpload control remains enabled when in read-only mode
              |