C# 클래스 HermaFx.DataAnnotations.ModelAwareValidationAttribute

상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
ModelAwareValidationAttribute ( ) : 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 ) : bool
value object
리턴 bool

ModelAwareValidationAttribute() 공개 메소드

public ModelAwareValidationAttribute ( ) : System
리턴 System