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
파일 보기 프로젝트 열기: episerver/EPiTranslateFlowDemo

공개 메소드들

메소드 설명
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