C# 클래스 FluentValidation.Validators.PropertyValidatorContext

파일 보기 프로젝트 열기: JeremySkinner/FluentValidation 1 사용 예제들

공개 메소드들

메소드 설명
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System

메소드 상세

PropertyValidatorContext() 공개 메소드

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
리턴 System

PropertyValidatorContext() 공개 메소드

public PropertyValidatorContext ( ValidationContext parentContext, PropertyRule rule, string propertyName, object propertyValue ) : System
parentContext ValidationContext
rule PropertyRule
propertyName string
propertyValue object
리턴 System