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 | |
---|---|---|
![]() | 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
|
![]() | WorkflowFileUploadIsChangedToFormArchiveLayout |
Used by WorkflowPage.cs to tell that the WorkflowFileUpload mode should be set to Form Archive.
|
![]() | WorkflowFileUploadIsEnabledInReadOnly | Obsolete.
WorkflowFileUpload control remains enabled when in read-only mode
|
Name | Description | |
---|---|---|
![]() | ArchiveHiddenFieldsExecute |
Hides the archive hidden fields
|
![]() | BackupControlStyleProperties |
Backup all the style properties of the control in order to be able to invert the control back to original state, only if not post back
|
![]() | 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 RequiredFieldValidators to check the required fields
and changes the border colors
|
![]() | RequiredFieldsExecute(Boolean) |
Add validators and change the required fields color
|
![]() | RestoreControlStyleProperties |
Restore all the style properties that were backup for the control
|
Name | Description | |
---|---|---|
![]() ![]() | PageValidationGroup |
Constant used internally for the ValidationGroup property of all generated validators
|
![]() ![]() | ValidationSummaryId |
Constant used internally to determine the ID of the validation summary for the required fields.
|