C# 클래스 CarbonFitness.App.Web.Models.ValidateLengthIsInCentimeterAttribute

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

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool
ValidateLengthIsInCentimeterAttribute ( ) : System

메소드 상세

FormatErrorMessage() 공개 메소드

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

IsValid() 공개 메소드

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

ValidateLengthIsInCentimeterAttribute() 공개 메소드

public ValidateLengthIsInCentimeterAttribute ( ) : System
리턴 System