Closed IngeRuppio closed 3 years ago
This is happening due to Get/Set, since you're just modifying a property, this does not trigger the Set
, which when is triggered it sets the raw value inside of DataField
base class.
Going to find a better approach for these cases, probably will switch to the same way we are handling Lists nowadays. And yes, this affects other Mids.
I run into a problem, initializing
TighteningErrorStatus
inMid0061
:this code doesn't work:
this works:
The property
TighteningErrorStatus
doesn't return onGet()
what has been set withSet()
. I do not know yet, if this is a local problem withTighteningErrorStatus
or if other properties (in other Mids) are affected as well.