FluentValidation
namespace FluentValidation
Specifies where a When/Unless condition should be applied
Values (2)
AllValidators
const
Applies the condition to all validators declared so far in the chain.
CurrentValidator
const
Applies the condition to the current validator only.