Méthode | Description | |
---|---|---|
IsSatisfied ( object datum ) : bool |
Does the supplied datum satisfy the criteria encapsulated by this instance?
|
Méthode | Description | |
---|---|---|
IsMatch ( string input ) : bool |
Convenience method that calls the System.Text.RegularExpressions.Regex.IsMatch(string) on the supplied input.
|
|
RegularExpressionCriteria ( ) : System.Text.RegularExpressions |
Creates a new instance of the RegularExpressionCriteria class.
|
|
RegularExpressionCriteria ( string pattern ) : System.Text.RegularExpressions |
Creates a new instance of the RegularExpressionCriteria class.
|
protected IsMatch ( string input ) : bool | ||
input | string | The input to match against. |
Résultat | bool |
public abstract IsSatisfied ( object datum ) : bool | ||
datum | object | The datum to be checked by this criteria instance. |
Résultat | bool |
protected RegularExpressionCriteria ( ) : System.Text.RegularExpressions | ||
Résultat | System.Text.RegularExpressions |
protected RegularExpressionCriteria ( string pattern ) : System.Text.RegularExpressions | ||
pattern | string | /// The regular expression pattern to be applied. /// |
Résultat | System.Text.RegularExpressions |