Skip to content

Overload_Ifp_Validation_CollectionValidator_1__ctor

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

CollectionValidator(T) Constructor

Overload List

 

Name Description
Public method CollectionValidator(T)(IValidationRule(T)[]) Constructor for the CollectionValidator(T) that takes a variable number of IValidationRule(T) objects.
Public method CollectionValidator(T)(IEnumerable(IValidationRule(T))) Constructs a CollectionValidator(T) and takes an enumeration of IValidationRule(T).
Public method CollectionValidator(T)(Validator(T)) A Validator(T) that is applicable to an instance of T. This validator is applied to all objects in the IEnumerable(T) in the ValidateCollection(IEnumerable(T)) method.
  Back to Top

See Also

Reference

CollectionValidator(T) Class
Ifp.Validation Namespace

Clone this wiki locally