MDrivenStart SingleAttribute
Hans Karlsen (talk | contribs) (Created page with " Attributes are normally persistent (saved) - but non persistent(in memory) attributes are allowed as well. {{Template:MDrivenStart_Template}}") |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Attributes are normally persistent (saved) | It is common to write the name and type as one unit, such as below. The question mark denotes nullable, meaning it may be empty of any value. | ||
SomeName:String? | |||
Attributes are normally persistent (saved), but non-persistent (in memory) attributes are allowed as well. | |||
You can set the attribute mode to derived, meaning calculated from other values. [[Derived attributes & associations|Read more on derivation here]]. | |||
{{Template:MDrivenStart_Template}} | {{Template:MDrivenStart_Template}} | ||
[[Category:MDrivenStart]] |
Latest revision as of 06:25, 24 July 2023
It is common to write the name and type as one unit, such as below. The question mark denotes nullable, meaning it may be empty of any value.
SomeName:String?
Attributes are normally persistent (saved), but non-persistent (in memory) attributes are allowed as well.
You can set the attribute mode to derived, meaning calculated from other values. Read more on derivation here.
This page was edited more than 1 years ago on 07/24/2023. What links here