C# Класс Alloy.Business.EmailAddressAttribute

Specifies the data type for a property as EmailAddress and validates it as an e-mail address.
A class with the same name and functionality exists in version 4.5 of .NET Framework, meaning that this class can be removed and it's usages replaced if changing target framework to 4.5.
Наследование: System.ComponentModel.DataAnnotations.DataTypeAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
EmailAddressAttribute ( ) : System.ComponentModel.DataAnnotations
IsValid ( object value ) : bool

Описание методов

EmailAddressAttribute() публичный метод

public EmailAddressAttribute ( ) : System.ComponentModel.DataAnnotations
Результат System.ComponentModel.DataAnnotations

IsValid() публичный метод

public IsValid ( object value ) : bool
value object
Результат bool