C# Class Dev2.Providers.Validation.Rules.IsValidEmailAddressRule

Inheritance: IsValidCollectionRule
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
IsValidEmailAddressRule ( Func getValue, char splitToken = ';' ) : System

Méthodes protégées

Méthode Description
IsValid ( string item ) : bool

Method Details

IsValid() protected méthode

protected IsValid ( string item ) : bool
item string
Résultat bool

IsValidEmailAddressRule() public méthode

public IsValidEmailAddressRule ( Func getValue, char splitToken = ';' ) : System
getValue Func
splitToken char
Résultat System