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

Inheritance: IsValidCollectionRule
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
IsValidEmailAddressRule ( Func getValue, char splitToken = ';' ) : System

Protected Methods

Method Description
IsValid ( string item ) : bool

Method Details

IsValid() protected method

protected IsValid ( string item ) : bool
item string
return bool

IsValidEmailAddressRule() public method

public IsValidEmailAddressRule ( Func getValue, char splitToken = ';' ) : System
getValue Func
splitToken char
return System