C# Class xVal.Rules.RegularExpressionRule

Inheritance: Rule
Afficher le fichier Open project: fellowshiptech/ft-iserve Class Usage Examples

Méthodes publiques

Méthode Description
ListParameters ( ) : string>.System.Collections.Generic.IDictionary
RegularExpressionRule ( string pattern ) : System
RegularExpressionRule ( string pattern, RegexOptions options ) : System

Method Details

ListParameters() public méthode

public ListParameters ( ) : string>.System.Collections.Generic.IDictionary
Résultat string>.System.Collections.Generic.IDictionary

RegularExpressionRule() public méthode

public RegularExpressionRule ( string pattern ) : System
pattern string
Résultat System

RegularExpressionRule() public méthode

public RegularExpressionRule ( string pattern, RegexOptions options ) : System
pattern string
options RegexOptions
Résultat System