C# 클래스 HermaFx.DataAnnotations.RequiredIfEmptyAttribute

상속: ContingentValidationAttribute
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfEmptyAttribute ( string dependentProperty ) : System

메소드 상세

IsValid() 공개 메소드

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
리턴 bool

RequiredIfEmptyAttribute() 공개 메소드

public RequiredIfEmptyAttribute ( string dependentProperty ) : System
dependentProperty string
리턴 System