title: "IPAddress" category: reference tags: [entity, i-p-address, datamodel] source: Entities.xml date: 2026-04-17 status: published
IPAddress
Type: Entity Properties: 14 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("IPAddress")· ../tables/IPAddress
Contextsbewerken
- 0: Standaard (
IPAddressContext.None)
Statussenbewerken
- -1: Trash (
IPAddressStatus.Trash) - 0: None (
IPAddressStatus.None) - 1: Vrij (
IPAddressStatus.Available) - 2: Bezet (
IPAddressStatus.Occupied)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | IPAID | 9 | false | |
| Code | UltimoString | IPACODE | 15 | true | |
| Context | Context | IPACONTEXT | false | ||
| DataProvider | UltimoString | IPADATAPROVIDER | 50 | true | |
| Description | UltimoString | IPADESCR | 200 | true | |
| EquipmentPorts | List[EquipmentPort] | EQMPIPAID | true | ||
| Exported | Boolean | IPAEXPORTED | false | ||
| ExternalId | UltimoString | IPAEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | IPAEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | IPAPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | IPARECCREATEDATE | true | SYSDATETIME | |
| Status | Status | IPARECSTATUS | false | ||
| SystemCompany | Company | IPACOMPID | false | ||
| TransferNextTime | Boolean | IPATRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("IPAddress")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("IPAddress")· ../tables/IPAddress DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="IPAddress")Before/After Save events voor IPAddress. Bron:workflows.xml.