Is there a possibility to compare the old value to the new one during validation.
Say you have a State on some object that is set to A and changed to B. This should only be allowed if the entity fulfills certain circumstances.
Is there a possibility to compare the old value to the new one during validation.
Say you have a State on some object that is set to A and changed to B. This should only be allowed if the entity fulfills certain circumstances.
Yes, you can access the original values by drilling into the entity.Details.Properties.[propname].OriginalValue
Cheers, -Beth