DatalessRecordContainer
This page provides generated reference documentation for the DatalessRecordContainer data model.
A DatalessRecordContainer makes it possible to use an Entity without loading or writing data via the RecordContainer.
Overview
| Property | Summary |
|---|---|
| title | Singular title of the model, e.g. Surname |
| description | Short technical description of the model in plain text. |
| documentation | Contains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different… |
| filterExtensions | The filter extensions given |
| alias | The database alias that is used by this recordcontainer. |
title
Type: String
Constraints: Verification: TITLE_LENGTH
Singular title of the model, e.g. Surname
description
Type: String
Short technical description of the model in plain text.
documentation
Type: String
Contains the documentation of the data model in the popular AsciiDoc format (.adoc).
The documentation should be set by the developer to explain different aspects
(like purpose, concept, etc.) of the data model that he designed.
You may want to add the plugin "AsciidoctorJ" to your ADITO Designer in order
to modify AsciiDoc files.
filterExtensions
Type: FilterExtensions
The filter extensions given
alias
Type: String
The database alias that is used by this recordcontainer.