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.

link|improve this question
feedback

1 Answer

up vote 6 down vote accepted

Yes, you can access the original values by drilling into the entity.Details.Properties.[propname].OriginalValue

link|improve this answer
great! thx for the quick reply. – Michael R. Sep 2 '10 at 21:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.