C# 클래스 FluentValidation.Validators.LengthValidator

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

공개 메소드들

메소드 설명
LengthValidator ( int>.Func min, int>.Func max ) : System
LengthValidator ( int>.Func min, int>.Func max, string resourceName, Type resourceType ) : System
LengthValidator ( int min, int max ) : System
LengthValidator ( int min, int max, string resourceName, Type resourceType ) : System

보호된 메소드들

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

메소드 상세

IsValid() 보호된 메소드

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

LengthValidator() 공개 메소드

public LengthValidator ( int>.Func min, int>.Func max ) : System
min int>.Func
max int>.Func
리턴 System

LengthValidator() 공개 메소드

public LengthValidator ( int>.Func min, int>.Func max, string resourceName, Type resourceType ) : System
min int>.Func
max int>.Func
resourceName string
resourceType System.Type
리턴 System

LengthValidator() 공개 메소드

public LengthValidator ( int min, int max ) : System
min int
max int
리턴 System

LengthValidator() 공개 메소드

public LengthValidator ( int min, int max, string resourceName, Type resourceType ) : System
min int
max int
resourceName string
resourceType System.Type
리턴 System