C# 클래스 Bytes2you.Validation.ValidationPredicates.StringPredicates.StringRegexMatchValidationPredicate

상속: StringRegexValidationPredicateBase
파일 보기 프로젝트 열기: veskokolev/Bytes2you.Validation 1 사용 예제들

공개 메소드들

메소드 설명
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