C# Class SweetVids.Core.Validation.ValidEmailAttribute

Inheritance: ValidationAttribute
Afficher le fichier Open project: rauhryan/sweetvids

Méthodes protégées

Méthode Description
validate ( object target, object rawValue, INotification notification ) : void

Private Methods

Méthode Description
IsValidEmailAddress ( string value ) : bool

Method Details

validate() protected méthode

protected validate ( object target, object rawValue, INotification notification ) : void
target object
rawValue object
notification INotification
Résultat void