C# 클래스 HermaFx.DataAnnotations.RequiredIfAttribute

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

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfAttribute ( string dependentProperty, Operator @operator, object dependentValue ) : System
RequiredIfAttribute ( string dependentProperty, object dependentValue ) : System

보호된 메소드들

메소드 설명
GetClientValidationParameters ( ) : object>>.IEnumerable

메소드 상세

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

GetClientValidationParameters() 보호된 메소드

protected GetClientValidationParameters ( ) : object>>.IEnumerable
리턴 object>>.IEnumerable

IsValid() 공개 메소드

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

RequiredIfAttribute() 공개 메소드

public RequiredIfAttribute ( string dependentProperty, Operator @operator, object dependentValue ) : System
dependentProperty string
@operator Operator
dependentValue object
리턴 System

RequiredIfAttribute() 공개 메소드

public RequiredIfAttribute ( string dependentProperty, object dependentValue ) : System
dependentProperty string
dependentValue object
리턴 System