title: "SpaceType" category: reference tags: [entity, space-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
SpaceType
Type: Entity Properties: 17 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("SpaceType")· ../tables/SpaceType
Contextsbewerken
- 0: Standaard (
SpaceTypeContext.None) - 1: Standaard (
SpaceTypeContext.Standard) - 2: Verhuuradministratie (
SpaceTypeContext.RentalAdministration)
Statussenbewerken
- -1: Trash (
SpaceTypeStatus.Trash) - 0: None (
SpaceTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SPCTID | 11 | false | |
| CadReportColor | UltimoString | SPCTCADREPORTCOLOR | 6 | true | |
| CadReportPattern | CadReportPattern | SPCTCRPTPID | true | ||
| CadReportPatternAngle | Int32 | SPCTCADREPORTPATTERNANGLE | false | 0 | |
| CadReportPatternScale | Decimal | SPCTCADREPORTPATTERNSCALE | false | 0 | |
| Context | Context | SPCTCONTEXT | false | 1 | |
| DataProvider | UltimoString | SPCTDATAPROVIDER | 50 | true | |
| Description | UltimoString | SPCTDESCR | 200 | true | |
| Exported | Boolean | SPCTEXPORTED | false | ||
| ExternalId | UltimoString | SPCTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | SPCTEXTERNALSTATUS | 50 | true | |
| ObjectFeatures | List[ObjectFeature] | OBJFSPCTID | true | ||
| ProviderMutationDate | DateTime? | SPCTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | SPCTRECCREATEDATE | true | SYSDATETIME | |
| Spaces | List[Space] | SPCSPCTID | true | ||
| Status | Status | SPCTRECSTATUS | false | ||
| TransferNextTime | Boolean | SPCTTRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("SpaceType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("SpaceType")· ../tables/SpaceType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="SpaceType")Before/After Save events voor SpaceType. Bron:workflows.xml.