| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id uniquely identifying the paramater. |
integer |
None. |
| Category |
Category to which the parameter belongs to. Parameter name is unique within a single category. |
string |
None. |
| Name |
Parameter name. |
string |
None. |
| Code |
Parameter code. |
string |
None. |
| Type |
Parameter type. |
string |
None. |
| InputMask |
Input mask for the parameter value validation on the client-side. For Selection and MultiSelection types it contains comma-separated string values. |
string |
None. |
| Enabled |
Disabled parameters shouldn't be shown to the user. They represent historical and not yet enabled options. |
boolean |
None. |
| Sequence |
Number representing the order of the parameter on the user interface. Use this as a sort column in gridlike input controls. |
integer |
None. |
| Description |
Short description of the parameter to be displayed as a tooltip, help, or directly within the interface. |
string |
None. |