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

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

Public Methods

Method Description
StringNotRegexMatchValidationPredicate ( 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

StringNotRegexMatchValidationPredicate() public method

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