C# 클래스 FluentValidation.Validators.AsyncValidatorBase

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

보호된 메소드들

메소드 설명
AsyncValidatorBase ( string errorMessage ) : System
AsyncValidatorBase ( string errorMessageResourceName, Type errorMessageResourceType ) : System
IsValid ( PropertyValidatorContext context ) : bool
IsValidAsync ( PropertyValidatorContext context, CancellationToken cancellation ) : Task

메소드 상세

AsyncValidatorBase() 보호된 메소드

protected AsyncValidatorBase ( string errorMessage ) : System
errorMessage string
리턴 System

AsyncValidatorBase() 보호된 메소드

protected AsyncValidatorBase ( string errorMessageResourceName, Type errorMessageResourceType ) : System
errorMessageResourceName string
errorMessageResourceType System.Type
리턴 System

IsValid() 보호된 메소드

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

IsValidAsync() 보호된 추상적인 메소드

protected abstract IsValidAsync ( PropertyValidatorContext context, CancellationToken cancellation ) : Task
context PropertyValidatorContext
cancellation System.Threading.CancellationToken
리턴 Task