Storages: Difference between revisions

From Sunhill Framework Documentation
No edit summary
recat
Line 3: Line 3:


[[Category:Storages]]
[[Category:Storages]]
[[Category:Property management]]
[[Category:Properties]]

Revision as of 09:50, 30 September 2024


This page is incomplete

While properties handle access and validation of data the storages take care how this data is retrieved or stored. A storage does not necessarily take or write to a persistant medium but can also retrieve informations from the system or calculate its value. The storage does not need to check for access rights or validate the input data this is done by the connected property.