title: "ConditionInterest" category: reference tags: [entity, condition-interest, datamodel] source: Entities.xml date: 2026-04-17 status: published
ConditionInterest
Type: Entity Properties: 16 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ConditionInterest")· ../tables/ConditionInterest
Contextsbewerken
- 0: Standaard (
ConditionInterestContext.None) - 1: Gebouwbeheer (
ConditionInterestContext.Standard) - 2: Infra (
ConditionInterestContext.Infra)
Statussenbewerken
- -1: Trash (
ConditionInterestStatus.Trash) - 0: None (
ConditionInterestStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CONIID | 8 | false | |
| ConditionCategoryMatrixes | List[ConditionCategoryMatrix] | CONCATMCONIID | false | ||
| ConditionFlaws | List[ConditionFlaw] | CONFLCONIID | true | ||
| ConditionScoreMatrixes | List[ConditionScoreMatrix] | CONSCRMCONIID | true | ||
| Context | Context | CONICONTEXT | false | ||
| DataProvider | UltimoString | CONIDATAPROVIDER | 50 | true | |
| Description | UltimoString | CONIDESCR | 200 | true | |
| Exported | Boolean | CONIEXPORTED | false | ||
| ExternalId | UltimoString | CONIEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CONIEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CONIPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | CONIRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | CONIRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CONIRECSTATUS | false | ||
| Text | UltimoString | CONITEXT | true | ||
| TransferNextTime | Boolean | CONITRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ConditionInterest")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ConditionInterest")· ../tables/ConditionInterest DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ConditionInterest")Before/After Save events voor ConditionInterest. Bron:workflows.xml.