|
| ESRI.ArcGIS.ADF.Web | |
| UIParameter Class Members | |
| See Also Properties Methods | |
| ESRI.ArcGIS.ADF.Web Namespace : UIParameter Class |
The following tables list the members exposed by UIParameter.
| Name | Description | |
|---|---|---|
![]() | UIParameter Constructor | Overloaded. Constructor. |
| Name | Description | |
|---|---|---|
![]() | Choices | The choices of values for the parameter. Each choice can be a string or the string representation of a UIParameterChoice. |
![]() | ChoiceSelectedIndex | The selected index of the choice. |
![]() | DefaultValue | The default value for the parameter |
![]() | Help | The help for the parameter |
![]() | Label | The label for the parameter |
![]() | LabelWidth | The width of the label created for this parameter |
![]() | SubParameters | The sub-parameters for this parameter |
![]() | Used | Whether the parameter is used. For unused parameters, labels are rendered. |
![]() | Width | The width of the text/list box created for this parameter |
| Name | Description | |
|---|---|---|
![]() | FromJson | Populates properties from passed in deserialize Json representation |
![]() | ToJson | Returns the JSON representation |


