Is there a way to set a property, but tell it that it has no effect on the validity of the object? In my case I have a base class that sets up some rules (one being for an elevation property). Several classes derive from it. In one class I don't want the result of the elevation rules to cause the object to become invalid.
A couple of options:
Copyright (c) Marimer LLC