ESRI.ArcGIS.ADF.Tasks | |
FormEntry Class Members | |
See Also Properties |
ESRI.ArcGIS.ADF.Tasks Namespace : FormEntry Class |
The following tables list the members exposed by FormEntry.
Name | Description | |
---|---|---|
FormEntry Constructor | Constructor. |
Name | Description | |
---|---|---|
AssociatedField | The field in the map layer that will be queried in this form entry item. | |
DefaultValue | The default value to insert into the text box when the query form is displayed at runtime. | |
DefaultValues | The values from which the user may choose in a drop-down list when ShowPickList is true. | |
ErrorMessage | Error message to display if validation of user input fails. | |
FieldType | The type for the AssociatedField that is queried. | |
InputValidationMode | The type of validation to apply to the user input for this form item. | |
LabelText | The text to display next to the input text box or drop-down list, to describe the value the user should enter. | |
RangeValidationDataType | The type of data assumed for a range validation. | |
RangeValidationMaxValue | The maximum allowed value for user input for the form item when a range validator is applied. | |
RangeValidationMinValue | The minimum allowed value for user input for the form item when a range validator is applied. | |
RegularExpression | The regular expression used to validate the user input when InputValidationMode is RegularExpression. | |
ShowPickList | Whether to show a drop-down list of values for the user to choose from, rather than a text box. | |
SqlOperator | The operator chosen for the form entry item in the query. | |
UseCodedValueDomain | Whether to use coded value domain information, if available, for rendering the various values associated with the chosen query field. | |
UserInput | The value entered by the browser user at runtime for the form item. |