MDrivenStart Attributes
No edit summary |
No edit summary Tags: Reverted Visual edit |
||
Line 32: | Line 32: | ||
{{MDrivenStart_Template}} | {{MDrivenStart_Template}} | ||
[[Category:MDrivenStart]] |
Revision as of 10:08, 12 December 2022
This page was created by Hans.karlsen on 2020-07-06. Last edited by Stephanie on 2025-01-31.
Attributes has simple types (one single value). The type of this simple value must be stated. Typically the type of an attribute is one these
String | A string with a max storable length |
Text | A longer text of any size but not directly searchable |
Integer | A number without decimals |
Double | Any number |
DateTime | Date and time |
Boolean | Yes or No value |
Blob | Binary data of any kind |
Attributes can be nullable meaning that they then hold information that no value has been assigned. For Integers this mean that there is a clear distinction between zero and nothing.
There are more settings on an attribute here.
To handle lists of values you use associations