title: "Media" category: reference tags: [entity, media, datamodel] source: Entities.xml date: 2026-04-17 status: published
Media
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Media")· ../tables/Media
Contextsbewerken
- 0: Standaard (
MediaContext.None) - 1: Standaard (
MediaContext.Standard)
Statussenbewerken
- -1: Trash (
MediaStatus.Trash) - 0: None (
MediaStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | MEDID | 20 | false | |
| Context | Context | MEDCONTEXT | false | 1 | |
| CreateDate | DateTime? | MEDCREATEDATE | true | ||
| Description | UltimoString | MEDDESCR | 200 | true | |
| Exported | Boolean | MEDEXPORTED | false | ||
| Extra1 | Int32 | MEDEXTRA1 | false | ||
| Extra2 | UltimoString | MEDEXTRA2 | 5 | true | |
| FileName | UltimoString | MEDFILENAME | 255 | true | |
| ModifyDate | DateTime? | MEDMODIFYDATE | true | ||
| RecordCreateDate | DateTime? | MEDRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | MEDRECSTATUS | false | ||
| Text | UltimoString | MEDTEXT | 2 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Media")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Media")· ../tables/Media DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Media")Before/After Save events voor Media. Bron:workflows.xml.