title: "EnergySource" category: reference tags: [entity, energy-source, datamodel] source: Entities.xml date: 2026-04-17 status: published
EnergySource
Type: Entity Properties: 6 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("EnergySource")· ../tables/EnergySource
Contextsbewerken
- 0: Standaard (
EnergySourceContext.None) - 1: LOTO-plan (
EnergySourceContext.LockoutTagout)
Statussenbewerken
- -1: Trash (
EnergySourceStatus.Trash) - 0: None (
EnergySourceStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ESID | 4 | false | |
| Context | Context | ESCONTEXT | false | ||
| Description | UltimoString | ESDESCR | 200 | true | |
| Exported | Boolean | ESEXPORTED | false | 0 | |
| RecordCreateDate | DateTime? | ESRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ESRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("EnergySource")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("EnergySource")· ../tables/EnergySource DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="EnergySource")Before/After Save events voor EnergySource. Bron:workflows.xml.