Base:
method
IsValid
System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object)
6 overrides of IsValid
System.ComponentModel.DataAnnotations (6)
DataAnnotations\CreditCardAttribute.cs (1)
18
public override bool
IsValid
(object value) {
DataAnnotations\EmailAddressAttribute.cs (1)
21
public override bool
IsValid
(object value) {
DataAnnotations\EnumDataTypeAttribute.cs (1)
22
override bool
IsValid
(object value) {
DataAnnotations\FileExtensionsAttribute.cs (1)
57
public override bool
IsValid
(object value) {
DataAnnotations\PhoneAttribute.cs (1)
20
public override bool
IsValid
(object value) {
DataAnnotations\UrlAttribute.cs (1)
21
public override bool
IsValid
(object value) {