C# Class xVal.Rules.RegularExpressionRule

Inheritance: Rule
Exibir arquivo Open project: fellowshiptech/ft-iserve Class Usage Examples

Public Methods

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

Method Details

ListParameters() public method

public ListParameters ( ) : string>.System.Collections.Generic.IDictionary
return string>.System.Collections.Generic.IDictionary

RegularExpressionRule() public method

public RegularExpressionRule ( string pattern ) : System
pattern string
return System

RegularExpressionRule() public method

public RegularExpressionRule ( string pattern, RegexOptions options ) : System
pattern string
options RegexOptions
return System