title: "CadImportRule" category: reference tags: [entity, cad-import-rule, datamodel] source: Entities.xml date: 2026-04-17 status: published
CadImportRule
Type: Entity Properties: 12 Contexts: 3 Statussen: 4
DB-schema:
lookup_table_schema("CadImportRule")· ../tables/CadImportRule
Contextsbewerken
- 0: CAD (
CadImportRuleContext.None) - 1: Ruimtes (
CadImportRuleContext.CadImportRuleSpace) - 2: Objecten (
CadImportRuleContext.CadImportRuleObject)
Statussenbewerken
- -1: Trash (
CadImportRuleStatus.Trash) - 0: None (
CadImportRuleStatus.None) - 1: Inactief (
CadImportRuleStatus.Inactive) - 2: Actief (
CadImportRuleStatus.Active)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CIMRLID | 5 | false | |
| AskUserForAction | Boolean | CIMRLASKUSERFORACTION | false | 1 | |
| CadImportProfilePropertyRules | List[CadImportProfilePropertyRule] | CIMPPRCIMRLID | true | ||
| ChildRules | List[CadImportRule] | CIMRLPARENTCIMRLID | true | ||
| Context | Context | CIMRLCONTEXT | false | ||
| Description | UltimoString | CIMRLDESCR | 200 | true | |
| Exported | Boolean | CIMRLEXPORTED | false | 0 | |
| ParentRule | CadImportRule | CIMRLPARENTCIMRLID | true | ||
| RecordCreateDate | DateTime? | CIMRLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CIMRLRECSTATUS | false | ||
| Type | CadImportRuleType | CIMRLTYPE | false | 0 | |
| WorkflowName | UltimoString | CIMRLWORKFLOWNAME | 200 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("CadImportRule")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CadImportRule")· ../tables/CadImportRule DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CadImportRule")Before/After Save events voor CadImportRule. Bron:workflows.xml.