Property storage linkage: Difference between revisions
From Sunhill Framework Documentation
Page created |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Every property needs exactly one storage. The linkage between property and storage can be done: | Every property needs exactly one storage. The linkage between property and storage can be done: | ||
* [[Internal storage linkage|internally by the | * [[Internal storage linkage|internally by the property]] | ||
* [[Storage linkage via method|by calling the setStorage() method]] | * [[Storage linkage via method|by calling the setStorage() method]] | ||
* [[ | * [[PropertyManager#Creating a property|Using the property manager]] | ||
<noinclude>[[Category:Textblock]] | <noinclude>[[Category:Textblock]] | ||
[[Category:Properties]] | [[Category:Properties]] | ||
[[Category:Storages]]</noinclude> | [[Category:Storages]]</noinclude> |
Latest revision as of 11:19, 22 October 2024
Every property needs exactly one storage. The linkage between property and storage can be done: