7 references to Method
System.ComponentModel.DataAnnotations (7)
DataAnnotations\CustomValidationAttribute.cs (7)
22/// identified by <see cref="Method"/> on a type identified by <see cref="ValidatorType"/> 27/// The named <see cref="Method"/> must be public, static, return <see cref="ValidationResult"/> and take at 32/// The <see cref="Method"/> may also declare an additional parameter of type <see cref="ValidationContext"/>. 73/// <param name="validatorType">The type that will contain the method to invoke. It cannot be null. See <see cref="Method"/>.</param> 86/// Gets the type that contains the validation method identified by <see cref="Method"/>. 125/// <returns>Whatever the <see cref="Method"/> in <see cref="ValidatorType"/> returns.</returns> 215/// Internal helper to determine whether <see cref="Method"/> is legal for use.