Skip to content

Overload_Ifp_Validation_RuleBasedValidator_1__ctor

Martin Strecker edited this page Mar 9, 2019 · 5 revisions

RuleBasedValidator(T) Constructor

Overload List

 

Name Description
Public method RuleBasedValidator(T)(IValidationRule(T)[]) Constructs a validator that applies the given validation rules to an object in the given order.
Public method RuleBasedValidator(T)(IEnumerable(IValidationRule(T))) Constructs a validator that applies the given validation rules to an object in the given order.
  Back to Top

See Also

Reference

RuleBasedValidator(T) Class
Ifp.Validation Namespace

Clone this wiki locally