Name | Description | |
---|---|---|
![]() | Submit.Parameter Constructor | Overloaded. |
The following tables list the members exposed by Submit.Parameter.
Name | Description | |
---|---|---|
![]() | Submit.Parameter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AllowEntry | Gets or sets the AllowEntry property. When set to false, the end-user is not allowed to enter the value of this parameter. |
![]() | DataType | Gets the datatype of this parameter |
![]() | DefaultFormat | Gets or sets the DefaultFormat property. If a parameter is referenced without an explicit format string, this value will be used. |
![]() | DefaultValue | The default value specified in the parameter definition. This is used to initialize the ParamValue property. |
![]() | HelpText | Gets or sets the value for this parameters help text. |
![]() | Hide | Gets the Hide property. When set to true, the parameter is not displayed to the end-user. |
![]() | Length | Gets the maximum length of this parameters value. |
![]() | MustFill | Gets or sets the MustFill property. When set to true, the end-user must completly fill the value for this parameter. |
![]() | ParameterOrigin | Identifies where this parameter originated. |
![]() | ParamID | Gets the internal ID of this Parameter. |
![]() | ParamName | Gets the name of this Parameter |
![]() | ParamValue | Gets or sets the value of this parameter |
![]() | Prompt | Gets the prompt for this parameter. |
![]() | Required | Gets or sets the Required property. When set to true, the end-user must enter a value for this parameter. |
![]() | Uppercase | Gets or sets the Uppercase property. When set to true, the value for this parameter is forced to uppercase. |
![]() | ValidationData | Gets or sets data needed to validate this parameter. |
![]() | ValidationType | Gets or sets the type of validation that should be peformed on this parameter. |