Name | Description | Type | Additional information |
---|---|---|---|
Id |
Parameter value ID. |
integer |
None. |
ParameterId |
ID of the parameter that the parameter value belongs to. |
integer |
None. |
CategoryId |
Category ID to which the parameter value belongs to. |
string |
None. |
CategoryName |
Category name to which the parameter value belongs to. |
string |
None. |
Level |
Level that the parameter value belongs to. |
ParameterLevel |
None. |
DepartmentId |
Department ID to which the department-level parameter value belongs to. |
string |
None. |
DepartmentName |
Department name to which the department-level parameter value belongs to. |
string |
None. |
Name |
Parameter name. |
string |
None. |
Type |
Parameter type. Supported values: Boolean, Numeric, String, Selection, MultiSelection, DateTime. |
string |
None. |
Code |
Parameter code. |
string |
None. |
Value |
Parameter value. |
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. |
RemoteSelectionURL |
URL for the parameter type RemoteSelection, used to bind the selection DDL to the remote endpoint. |
string |
None. |
Description |
Short description of the parameter to be displayed as a tooltip, help, or directly within the interface. |
string |
None. |
ValidFrom |
The beginning date (inclusively) when the parameter starts being valid. For non-inclusive intervals add or subtract some infinitesimal value (e.g. 1 millisecond). Use the default C# DateTime format, i.e. {YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff} |
date |
None. |
ValidTo |
The ending date (inclusively) when the parameter starts being valid. For non-inclusive intervals add or subtract some infinitesimal value (e.g. 1 millisecond). /// Use the default C# DateTime format, i.e. {YYYY}-{MM}-{DD}T{HH}:{mm}:{ss}.{fff} |
date |
None. |