C# 클래스 MonoTests.System.ComponentModel.DataAnnotations.ValidateFooAttribute

상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
GetErrorMessageString ( ) : string
IsValid ( object value ) : bool
ValidateFooAttribute ( ) : System
ValidateFooAttribute ( Func errorMessageAccessor ) : System
ValidateFooAttribute ( string errorMessage ) : System

메소드 상세

GetErrorMessageString() 공개 메소드

public GetErrorMessageString ( ) : string
리턴 string

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool

ValidateFooAttribute() 공개 메소드

public ValidateFooAttribute ( ) : System
리턴 System

ValidateFooAttribute() 공개 메소드

public ValidateFooAttribute ( Func errorMessageAccessor ) : System
errorMessageAccessor Func
리턴 System

ValidateFooAttribute() 공개 메소드

public ValidateFooAttribute ( string errorMessage ) : System
errorMessage string
리턴 System