C# Class Bytes2you.Validation.ValidationPredicates.StringPredicates.StringRegexMatchValidationPredicate

Inheritance: StringRegexValidationPredicateBase
Afficher le fichier Open project: veskokolev/Bytes2you.Validation Class Usage Examples

Méthodes publiques

Méthode Description
StringRegexMatchValidationPredicate ( string pattern ) : System

Méthodes protégées

Méthode Description
GetMatchMessage ( string value ) : string
GetUnmatchMessage ( string value ) : string
IsMatch ( string value ) : bool

Method Details

GetMatchMessage() protected méthode

protected GetMatchMessage ( string value ) : string
value string
Résultat string

GetUnmatchMessage() protected méthode

protected GetUnmatchMessage ( string value ) : string
value string
Résultat string

IsMatch() protected méthode

protected IsMatch ( string value ) : bool
value string
Résultat bool

StringRegexMatchValidationPredicate() public méthode

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