System.ComponentModel.DataAnnotations.CustomValidationAttribute public sealed class CustomValidationAttribute : ValidationAttribute Documentation Code public string Method { get; } public Type ValidatorType { get; } public CustomValidationAttribute(Type validatorType, string method)