MDrivenStart SingleAttribute
(Created page with " Attributes are normally persistent (saved) - but non persistent(in memory) attributes are allowed as well. {{Template:MDrivenStart_Template}}")
 
No edit summary
Tag: 2017 source edit
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:


Attributes are normally persistent (saved) - but non persistent(in memory) attributes are allowed as well.
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. [[Training:Derived attributes & associations|Read more on derivation here]].


{{Template:MDrivenStart_Template}}
{{Template:MDrivenStart_Template}}
[[Category:MDrivenStart]]

Latest revision as of 05:21, 22 January 2025

This page was created by Hans.karlsen@mdriven.net on 2020-07-08. Last edited by Stephanie@mdriven.net on 2025-01-22.

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.

Back One Back to Start Chat Updated!