title: "DeviceClass" category: reference tags: [entity, device-class, datamodel] source: Entities.xml date: 2026-04-17 status: published
DeviceClass
Type: Entity Properties: 11 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("DeviceClass")· ../tables/DeviceClass
Contextsbewerken
- 1: MT (
DeviceClassContext.MT)
Statussenbewerken
- -1: Trash (
DeviceClassStatus.Trash) - 0: None (
DeviceClassStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DEVCID | 10 | false | |
| Context | Context | DEVCCONTEXT | false | ||
| DataProvider | UltimoString | DEVCDATAPROVIDER | 50 | true | |
| Description | UltimoString | DEVCDESCR | 200 | true | |
| Exported | Boolean | DEVCEXPORTED | false | 0 | |
| ExternalId | UltimoString | DEVCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DEVCEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | DEVCPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DEVCRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DEVCRECSTATUS | false | ||
| TransferNextTime | Boolean | DEVCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DeviceClass")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DeviceClass")· ../tables/DeviceClass DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DeviceClass")Before/After Save events voor DeviceClass. Bron:workflows.xml.