C# 클래스 FluentMetadata.Rules.PropertyMustNotMatchRegexRule

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

공개 메소드들

메소드 설명
IsValid ( object value ) : bool
PropertyMustNotMatchRegexRule ( string pattern ) : System

메소드 상세

IsValid() 공개 메소드

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

PropertyMustNotMatchRegexRule() 공개 메소드

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