コード例 #1
0
        protected virtual ValidatorError CreateValidationError(PropertyValidatorContext context)
        {
            var failure = new ValidatorError(context.PropertyName, _errorMessage);

            return(failure);
        }
コード例 #2
0
 //Template method:
 protected abstract bool IsValid(PropertyValidatorContext context);