I'm trying to create the equivalent of an INSTEAD OF trigger using a validator.
I have an entity being validated and in the ValidateEntityBeforeSave method, I'm going to operate on a different entity than the involvedEntity. I then want to cancel the save for the involvedEntity without having to throw an exception.