OMNIA 3 BMLEntityBehaviour
EntityBehaviour
Behaviour representing how the entity behaves in a specific moment and is expressed in C#.
Properties
| Name | Type | Aggregation Kind | Multiplicity | Length | Description |
|---|---|---|---|---|---|
| Name | Text | None | 1..1 | 1..64 | The name of the entity (unique identifier). |
| Description | Text | None | 0..1 | 0..1024 | The textual explanation of the entities’ purpose. |
| Attribute | Text | None | 0..1 | None | The attribute the behaviour is related to. |
| Type | EntityBehaviourType | None | 1..1 | None | The execution moment of the behaviour. |
| Expression | Text | None | 1..1 | None | The C# code that will be executed. |