C# Class DataAnnotationsExtensions.EmailAttribute

Inheritance: System.ComponentModel.DataAnnotations.DataTypeAttribute
Afficher le fichier Open project: srkirkland/DataAnnotationsExtensions

Méthodes publiques

Méthode Description
EmailAttribute ( ) : System
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool

Method Details

EmailAttribute() public méthode

public EmailAttribute ( ) : System
Résultat System

FormatErrorMessage() public méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool