C# Class SweetVids.Core.Validation.ValidEmailAttribute

Inheritance: ValidationAttribute
显示文件 Open project: rauhryan/sweetvids

Protected Methods

Method Description
validate ( object target, object rawValue, INotification notification ) : void

Private Methods

Method Description
IsValidEmailAddress ( string value ) : bool

Method Details

validate() protected method

protected validate ( object target, object rawValue, INotification notification ) : void
target object
rawValue object
notification INotification
return void