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.

Public Constructors

 NameDescription
Public ConstructorFormEntry ConstructorConstructor.  
Top

Public Properties

 NameDescription
Public PropertyAssociatedFieldThe field in the map layer that will be queried in this form entry item.  
Public PropertyDefaultValue The default value to insert into the text box when the query form is displayed at runtime.  
Public PropertyDefaultValues The values from which the user may choose in a drop-down list when ShowPickList is true.  
Public PropertyErrorMessageError message to display if validation of user input fails.  
Public PropertyFieldTypeThe type for the AssociatedField that is queried.  
Public PropertyInputValidationModeThe type of validation to apply to the user input for this form item.  
Public PropertyLabelText The text to display next to the input text box or drop-down list, to describe the value the user should enter.  
Public PropertyRangeValidationDataTypeThe type of data assumed for a range validation.  
Public PropertyRangeValidationMaxValue The maximum allowed value for user input for the form item when a range validator is applied.  
Public PropertyRangeValidationMinValue The minimum allowed value for user input for the form item when a range validator is applied.  
Public PropertyRegularExpression The regular expression used to validate the user input when InputValidationMode is RegularExpression.  
Public PropertyShowPickList Whether to show a drop-down list of values for the user to choose from, rather than a text box.  
Public PropertySqlOperatorThe operator chosen for the form entry item in the query.  
Public PropertyUseCodedValueDomain Whether to use coded value domain information, if available, for rendering the various values associated with the chosen query field.  
Public PropertyUserInputThe value entered by the browser user at runtime for the form item.  
Top

See Also

© 2010 All Rights Reserved.