CustomProperty
Published on Jan 8, 2024
VEC Version 2.1.0
1 min read
Abstract base class for custom properties. Basically, a custom property is key / value pair. The key (propertyType) defines the meaning of the value. A custom property can either be a simple value (string), a numerical value or a value range.
Attributes
Incoming Relations
This End |
Other End |
General |
Role |
Mult. |
Agg. |
Unique |
Ordered |
Type |
Mult. |
Description |
customProperty |
0..* |
Y |
Y |
N |
ExtendableElement |
1 |
Specifies the CustomProperties of the ExtendableElement. |
customProperty |
0..* |
Y |
Y |
N |
ComplexProperty |
1 |
The customProperties that represent the individual values of the complex property. |