I want to check Document uniqueness (via RavenDB), which I've setup using a custom validator, but i don't want it checking that every time I validate, I only want it to check once all other properties are valid. Is there an obvious way to do this inside my AbstractValidator?
↧