C# Class Metsys.Validate.Validators.RegularExpressionValidator

Inheritance: IValidator, IDoJavascript
Afficher le fichier Open project: karlseguin/Metsys.Validate

Méthodes publiques

Méthode Description
IsValid ( object value, object container ) : bool
RegularExpressionValidator ( Regex expression ) : System.Collections.Generic
ToJson ( ) : string>>.IEnumerable

Method Details

IsValid() public méthode

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

RegularExpressionValidator() public méthode

public RegularExpressionValidator ( Regex expression ) : System.Collections.Generic
expression System.Text.RegularExpressions.Regex
Résultat System.Collections.Generic

ToJson() public méthode

public ToJson ( ) : string>>.IEnumerable
Résultat string>>.IEnumerable