eLegere Data Types
This document lists the eLegere's supported data types and their format.
Data Type | Format |
---|---|
Identity | Integer number |
String | Any set of alphanumeric characters and symbols |
Numeric | Integer or a float number according to the application's chosen format |
Boolean | It can be 0 (false) or 1 (true) |
Date | Day, Month, and Year expressed as 6-digit number in the format yyyyMMdd (e.g. 20220101) |
DateTime | 12-digit number in the format yyyyMMddHHmmss (e.g. 20220101221000) |
Time | 6-digit number in the format HHmmss (e.g. 181035) |
Timespan | Numeric value representing the milliseconds (ms) passed (e.g. 60000 = 1 minute) |
Multiselection | Array Structure |
File | Base 64 string |
Link | URL string |
Latitude | Float number |
Longitude | Float number |
WKT Shape | Geospatial Polygon String |
Image Uri | Uri string |
Color | RGBA Color string |
Icon | String containing the Fontawesome's tag. |
Rich Text | HTML String |