title: "Cylinder" category: reference tags: [entity, cylinder, datamodel] source: Entities.xml date: 2026-04-17 status: published
Cylinder
Type: Entity Properties: 9 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Cylinder")· ../tables/Cylinder
Contextsbewerken
- 0: Standaard (
CylinderContext.None)
Statussenbewerken
- -1: Trash (
CylinderStatus.Trash) - 0: None (
CylinderStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CYLID | 9 | false | |
| Context | Context | CYLCONTEXT | false | ||
| Description | UltimoString | CYLDESCR | 200 | true | |
| Exported | Boolean | CYLEXPORTED | false | ||
| RecordCreateDate | DateTime? | CYLRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | CYLSITID | true | ||
| Status | Status | CYLRECSTATUS | false | ||
| SystemCompany | Company | CYLCOMPID | false | ||
| Type | UltimoString | CYLTYPE | 9 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Cylinder")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Cylinder")· ../tables/Cylinder DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Cylinder")Before/After Save events voor Cylinder. Bron:workflows.xml.