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}}") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
It is common to write the name and type as one unit like 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. | 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 | |||
{{Template:MDrivenStart_Template}} | {{Template:MDrivenStart_Template}} |
Revision as of 12:25, 8 July 2020
It is common to write the name and type as one unit like 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
This page was edited more than 1 years ago on 07/24/2023. What links here