Event
IRI: https://w3id.org/altium/cdm/core/Event
Bounded context: core
Abstract base for domain events. Events carry no GRID and no versioning lifecycle; they represent things that happened rather than persistent domain objects.
*NOTE: this is an abstract class and should not be instantiated directly
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class core_Event["Event"]
click core_Event href "../../classes/core_Event/"
class cus_ScriptExecutionCompleted["Script Execution Completed"]
style cus_ScriptExecutionCompleted fill:#a2c4c9
core_Event <|-- cus_ScriptExecutionCompleted
click cus_ScriptExecutionCompleted href "../../classes/cus_ScriptExecutionCompleted/"
Inheritance
- core_Event
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|