title: "BuildingType" category: reference tags: [entity, building-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
BuildingType
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("BuildingType")· ../tables/BuildingType
Contextsbewerken
- 0: Standaard (
BuildingTypeContext.None) - 1: Standaard (
BuildingTypeContext.Standard)
Statussenbewerken
- -1: Trash (
BuildingTypeStatus.Trash) - 0: None (
BuildingTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | BLDTID | 5 | false | |
| Context | Context | BLDTCONTEXT | false | 1 | |
| DataProvider | UltimoString | BLDTDATAPROVIDER | 50 | true | |
| Description | UltimoString | BLDTDESCR | 200 | true | |
| Exported | Boolean | BLDTEXPORTED | false | ||
| ExternalId | UltimoString | BLDTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | BLDTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | BLDTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | BLDTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | BLDTRECSTATUS | false | ||
| Text | UltimoString | BLDTTEXT | true | ||
| TransferNextTime | Boolean | BLDTTRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("BuildingType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("BuildingType")· ../tables/BuildingType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="BuildingType")Before/After Save events voor BuildingType. Bron:workflows.xml.