MDrivenStart SingleAttribute
No edit summary
Line 2: Line 2:
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.  
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?  
  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. [[Derived attributes & associations|Read more on derivation here]]
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]]
[[Category:MDrivenStart]]

Revision as of 07:36, 12 May 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.

Back One Back to Start Chat Updated!

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