pre property

bool pre
getter/setter pair

Hooks to control pre/post conditions on attribute/relationship changes. pre indicates if we do pre-validation logic, post for post-validation.

Implementation

bool pre = false;