5 references to ValidatorType
System.ComponentModel.DataAnnotations (5)
DataAnnotations\CustomValidationAttribute.cs (5)
22/// identified by <see cref="Method"/> on a type identified by <see cref="ValidatorType"/> 24/// The supplied <see cref="ValidatorType"/> cannot be null, and it must be a public type. 95/// Gets the name of the method in <see cref="ValidatorType"/> to invoke to perform validation. 125/// <returns>Whatever the <see cref="Method"/> in <see cref="ValidatorType"/> returns.</returns> 199/// Internal helper to determine whether <see cref="ValidatorType"/> is legal for use.