title: "CadLayerGroup" category: reference tags: [entity, cad-layer-group, datamodel] source: Entities.xml date: 2026-04-17 status: published
CadLayerGroup
Type: Entity Properties: 8 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("CadLayerGroup")· ../tables/CadLayerGroup
Contextsbewerken
- 0: CAD (
CadLayerGroupContext.None) - 1: CAD (
CadLayerGroupContext.CadLayerGroup)
Statussenbewerken
- -1: Trash (
CadLayerGroupStatus.Trash) - 0: None (
CadLayerGroupStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CLYRGID | 3 | false | |
| CadLayers | List[CadLayer] | CLYRCLYRGID | true | ||
| Context | Context | CLYRGCONTEXT | false | ||
| Description | UltimoString | CLYRGDESCR | 200 | true | |
| Exported | Boolean | CLYRGEXPORTED | false | 0 | |
| RecordCreateDate | DateTime? | CLYRGRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CLYRGRECSTATUS | false | ||
| Visibility | CadLayerVisibility | CLYRGVISIBILITY | false | 1 |
Brondatabewerken
- Entity-definitie —
lookup_entity("CadLayerGroup")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CadLayerGroup")· ../tables/CadLayerGroup DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CadLayerGroup")Before/After Save events voor CadLayerGroup. Bron:workflows.xml.