C# 클래스 System.Web.Mvc.ClientValidation.Rules.ModelClientValidationIntegerRule

A ModelClientValidationRule for the client-side for IntegerAttribute
상속: System.Web.Mvc.ModelClientValidationRule
파일 보기 프로젝트 열기: adaptabi/i18N-Complete

공개 메소드들

메소드 설명
ModelClientValidationIntegerRule ( string errorMessage ) : System.Web.Mvc

Creates a new ModelClientValidationIntegerRule instance

메소드 상세

ModelClientValidationIntegerRule() 공개 메소드

Creates a new ModelClientValidationIntegerRule instance
public ModelClientValidationIntegerRule ( string errorMessage ) : System.Web.Mvc
errorMessage string The error message
리턴 System.Web.Mvc