Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Web
Generics
UserInterface
Validators
EmailAttribute
C# Class Web.Generics.UserInterface.Validators.EmailAttribute
Inheritance:
System.ComponentModel.DataAnnotations.ValidationAttribute
显示文件
Open project: inspira/Web.Generics
Public Methods
Method
Description
EmailAttribute
( ) :
System
EmailAttribute
(
String
messageResourceName
) :
System
IsValid
(
object
value
) :
bool
Method Details
EmailAttribute()
public
method
public
EmailAttribute
( ) :
System
return
System
EmailAttribute()
public
method
public
EmailAttribute
(
String
messageResourceName
) :
System
messageResourceName
String
return
System
IsValid()
public
method
public
IsValid
(
object
value
) :
bool
value
object
return
bool