C# 클래스 FluentMetadata.Rules.PropertyMustMatchRegexRule

상속: Rule
파일 보기 프로젝트 열기: forger/FluentMetadata

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
PropertyMustMatchRegexRule ( string pattern ) : System

보호된 메소드들

메소드 설명
EqualsRule ( Rule rule ) : bool
Matches ( string value ) : bool

메소드 상세

EqualsRule() 보호된 메소드

protected EqualsRule ( Rule rule ) : bool
rule Rule
리턴 bool

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool

Matches() 보호된 메소드

protected Matches ( string value ) : bool
value string
리턴 bool

PropertyMustMatchRegexRule() 공개 메소드

public PropertyMustMatchRegexRule ( string pattern ) : System
pattern string
리턴 System