EndPointNumberPropertyView
| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyID | The ID of the property | integer |
None. |
| ControlID | The ID of the control | string |
None. |
| ControlType | The control type, i.e label, textbox, drop-down | integer |
None. |
| AcceptedValues | Values that are accepted by the control. The accepted values could be numbers only | Dictionary of string [key] and string [value] |
None. |
| RegExValidation | A validation rule in the form of a regular expression | string |
None. |
| RegExValidationText | Specify what characters are invalid | string |
None. |
| Mandatory | Specifies whether the control is mandatory | boolean |
None. |
| Editable | Specifies whether the control is editable | boolean |
None. |
| LabelName | The name used to identify the purpose of the control | string |
None. |
| DefaultValue | The value set by default | string |
None. |
| CurrentValue | The value currently set | string |
None. |
| LocationX | Select where on the screen should the control be placed | integer |
None. |
| LocationY | Select where on the screen should the control be placed | integer |
None. |