Property storage linkage: Difference between revisions
From Sunhill Framework Documentation
Page created |
wrong word |
||
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]] | ||
* [[Properties manager#Creating a property|Using the properties manager]] | * [[Properties manager#Creating a property|Using the properties manager]] |
Revision as of 10:53, 22 October 2024
Every property needs exactly one storage. The linkage between property and storage can be done: