Name | Description | Type | Additional information |
---|---|---|---|
Type |
Parameter type. Supported values: Boolean, Numeric, String, Selection, MultiSelection, DateTime. |
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. |
Value |
Parameter value. |
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. |