Storable record properties

From Sunhill Framework Documentation

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.