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

Inheritance: StringRegexValidationPredicateBase
Show file Open project: veskokolev/Bytes2you.Validation Class Usage Examples

Public Methods

Method Description
StringRegexMatchValidationPredicate ( string pattern ) : System

Protected Methods

Method Description
GetMatchMessage ( string value ) : string
GetUnmatchMessage ( string value ) : string
IsMatch ( string value ) : bool

Method Details

GetMatchMessage() protected method

protected GetMatchMessage ( string value ) : string
value string
return string

GetUnmatchMessage() protected method

protected GetUnmatchMessage ( string value ) : string
value string
return string

IsMatch() protected method

protected IsMatch ( string value ) : bool
value string
return bool

StringRegexMatchValidationPredicate() public method

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