Storable record properties

From Sunhill Framework Documentation
Revision as of 07:10, 2 November 2024 by Klaus (talk | contribs) (+cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.