Storable record properties: Difference between revisions

From Sunhill Framework Documentation
Created page with "'''Storable record properties''' are record properties that can load their data out of a persistent storage. In opposite to pooled record properties a storable record property can only contain one record. A typical example for a storable record property is a file containing some parameters. == load() == Loads the record out of its storage. == create() == Creates a empty record and prefills it with default values."
 
+cat
 
Line 6: Line 6:
== create() ==
== create() ==
Creates a empty record and prefills it with default values.
Creates a empty record and prefills it with default values.
[[Category:Properties]]

Latest revision as of 07:10, 2 November 2024

Storable record properties are record properties that can load their data out of a persistent storage. In opposite to pooled record properties a storable record property can only contain one record. A typical example for a storable record property is a file containing some parameters.

load()

Loads the record out of its storage.

create()

Creates a empty record and prefills it with default values.