C# Class CommandLine.RegexValidator

Validator implementation using a regular expression.
Inheritance: ArgumentValidator
Afficher le fichier Open project: agardiner/hfmcmd

Méthodes publiques

Méthode Description
IsValid ( Argument arg, string value, string &errorMsg ) : bool
RegexValidator ( ) : System
RegexValidator ( Regex re ) : System
RegexValidator ( string re ) : System

Method Details

IsValid() public méthode

public IsValid ( Argument arg, string value, string &errorMsg ) : bool
arg Argument
value string
errorMsg string
Résultat bool

RegexValidator() public méthode

public RegexValidator ( ) : System
Résultat System

RegexValidator() public méthode

public RegexValidator ( Regex re ) : System
re System.Text.RegularExpressions.Regex
Résultat System

RegexValidator() public méthode

public RegexValidator ( string re ) : System
re string
Résultat System