Parameter Data
Each parameter must contain the following data:
Data | Use | Description |
Name | Mandatory | Name of the parameter. |
Label | Optional | List of values used as descriptions of the parameter. Each value must contain the following data:
|
DefaultValue | Optional | String representing the type of source for the parameter value. The acceptable values are:
NOTES: If not specified, the REFER_CMD_DEF PROVIDED value is taken by default. If RUNTIME is specified, the AffectedProperty data must be set. If PROVIDED or DEFAULT_PROVIDED is specified, the Value data must be set. In all cases where the specified value is different from PROVIDED or DEFAULT_PROVIDED, the Value data is ignored. |
Value | Optional | The value of the parameter. NOTE: The value must be expressed according to the CultureInfo.InvariantCulture. |
Control | Optional | String representing the type of user control to be used in the user interface. Possible settings are:
NOTE: If not specified, the STRING value is taken by default. |
AffectedProperty | Optional | Name of the affected property. NOTES:
|
FilterProperty | Optional | Name of the filter property. NOTE: The type of the property indicated must be ARRAYUINT (dynamic array of unsigned integers). |
Application | Optional | String representing the type of application. Possible settings are:
NOTE: If not specified, the PROPERTY value is taken by default. |