C# Класс Bytes2you.Validation.ValidationPredicates.StringPredicates.StringRegexMatchValidationPredicate

Наследование: StringRegexValidationPredicateBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StringRegexMatchValidationPredicate ( string pattern ) : System

Защищенные методы

Метод Описание
GetMatchMessage ( string value ) : string
GetUnmatchMessage ( string value ) : string
IsMatch ( string value ) : bool

Описание методов

GetMatchMessage() защищенный Метод

protected GetMatchMessage ( string value ) : string
value string
Результат string

GetUnmatchMessage() защищенный Метод

protected GetUnmatchMessage ( string value ) : string
value string
Результат string

IsMatch() защищенный Метод

protected IsMatch ( string value ) : bool
value string
Результат bool

StringRegexMatchValidationPredicate() публичный Метод

public StringRegexMatchValidationPredicate ( string pattern ) : System
pattern string
Результат System