C# 클래스 FluentValidation.Validators.RegularExpressionValidator

상속: PropertyValidator, IRegularExpressionValidator
파일 보기 프로젝트 열기: JeremySkinner/FluentValidation

공개 메소드들

메소드 설명
RegularExpressionValidator ( Regex>.Func regexFunc ) : System
RegularExpressionValidator ( string>.Func expressionFunc ) : System
RegularExpressionValidator ( string>.Func expression, RegexOptions options ) : System
RegularExpressionValidator ( Regex regex ) : System
RegularExpressionValidator ( string expression ) : System
RegularExpressionValidator ( string expression, RegexOptions options ) : System

보호된 메소드들

메소드 설명
IsValid ( PropertyValidatorContext context ) : bool

메소드 상세

IsValid() 보호된 메소드

protected IsValid ( PropertyValidatorContext context ) : bool
context PropertyValidatorContext
리턴 bool

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( Regex>.Func regexFunc ) : System
regexFunc Regex>.Func
리턴 System

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( string>.Func expressionFunc ) : System
expressionFunc string>.Func
리턴 System

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( string>.Func expression, RegexOptions options ) : System
expression string>.Func
options RegexOptions
리턴 System

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( Regex regex ) : System
regex System.Text.RegularExpressions.Regex
리턴 System

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( string expression ) : System
expression string
리턴 System

RegularExpressionValidator() 공개 메소드

public RegularExpressionValidator ( string expression, RegexOptions options ) : System
expression string
options RegexOptions
리턴 System