title: "SpaceSetup" category: reference tags: [entity, space-setup, datamodel] source: Entities.xml date: 2026-04-17 status: published
SpaceSetup
Type: Entity Properties: 14 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("SpaceSetup")· ../tables/SpaceSetup
Contextsbewerken
- 0: Standaard (
SpaceSetupContext.None)
Statussenbewerken
- -1: Trash (
SpaceSetupStatus.Trash) - 0: None (
SpaceSetupStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | SPCSLINEID | 11 | false | |
| Id.Space | Space | SPCSSPCID | false | ||
| ArrangementImageFile | UltimoString | SPCSARRANGEMENTIMAGEFILE | true | ||
| Capacity | Decimal | SPCSCAPACITY | false | 0 | |
| CleanupTime | Int32 | SPCSCLEANUPTIME | false | 0 | |
| Context | Context | SPCSCONTEXT | false | ||
| Default | Boolean | SPCSDEFAULT | false | 0 | |
| Exported | Boolean | SPCSEXPORTED | false | ||
| PreparationTime | Int32 | SPCSPREPARATIONTIME | false | 0 | |
| RecordCreateDate | DateTime? | SPCSRECCREATEDATE | true | SYSDATETIME | |
| ReservationLines | List[ReservationLine] | RESLSPCSSPCID, RESLSPCSLINEID | true | , | |
| SpaceSetupType | SpaceSetupType | SPCSSPCSTID | true | ||
| Status | Status | SPCSRECSTATUS | false | ||
| SystemCompany | Company | SPCSCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("SpaceSetup")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SpaceSetup")· ../tables/SpaceSetup DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SpaceSetup")Before/After Save events voor SpaceSetup. Bron:workflows.xml.