MDrivenStart Attributes
No edit summary
No edit summary
Line 29: Line 29:
Attributes are normally persistent (saved) - but non persistent(in memory) attributes  are allowed as well.
Attributes are normally persistent (saved) - but non persistent(in memory) attributes  are allowed as well.


<html>
{{MDrivenStart_Template}}
<style>
  #header-wrapper{visibility:collapse;}
  #sidebar-wrapper{visibility:collapse;}
  #content-heading{visibility:collapse;}
  #small-toolbox-wrapper{visibility:collapse;}
  #toolbox-container{visibility:collapse;}
  #content-wrapper{margin-left: 1em; top:0em;}
  #footer{visibility:collapse;}
</style>
</html>

Revision as of 09:45, 7 July 2020

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.

Attributes are normally persistent (saved) - but non persistent(in memory) attributes are allowed as well.

Back One Back to Start Chat Updated!

This page was edited more than 9 months ago on 07/24/2023. What links here