MDrivenStart Attributes
No edit summary Tag: Reverted |
No edit summary Tags: Reverted 2017 source edit |
||
Line 27: | Line 27: | ||
Attributes can be ''nullable'' - they hold information that no value has been assigned. For integers, this means that there is a clear distinction between zero and nothing. | Attributes can be ''nullable'' - they hold information that no value has been assigned. For integers, this means that there is a clear distinction between zero and nothing. | ||
There are '''[[MDrivenStart SingleAttribute|more settings on an attribute]]''' here. | There are '''[[MDrivenStart:MDrivenStart SingleAttribute|more settings on an attribute]]''' here. | ||
To handle lists of values, use '''[[MDrivenStart Associations|associations]]'''. | To handle lists of values, use '''[[MDrivenStart:MDrivenStart Associations|associations]]'''. | ||
{{MDrivenStart_Template}} | {{MDrivenStart_Template}} | ||
[[Category:MDrivenStart]] | [[Category:MDrivenStart]] |
Revision as of 05:34, 29 January 2025
This page was created by Hans.karlsen on 2020-07-06. Last edited by Stephanie on 2025-01-31.
Attributes have simple types (one single value). The type of simple value must be stated. Typically, the type of an attribute is one of these:
Name | Description |
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 - they hold information that no value has been assigned. For integers, this means that there is a clear distinction between zero and nothing.
There are more settings on an attribute here.
To handle lists of values, use associations.