C# Class System.Web.Mvc.ClientValidation.Rules.ModelClientValidationIntegerRule

A ModelClientValidationRule for the client-side for IntegerAttribute
Inheritance: System.Web.Mvc.ModelClientValidationRule
Mostra file Open project: adaptabi/i18N-Complete

Public Methods

Method Description
ModelClientValidationIntegerRule ( string errorMessage ) : System.Web.Mvc

Creates a new ModelClientValidationIntegerRule instance

Method Details

ModelClientValidationIntegerRule() public method

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