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

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

Méthodes publiques

Méthode Description
ModelClientValidationIntegerRule ( string errorMessage ) : System.Web.Mvc

Creates a new ModelClientValidationIntegerRule instance

Method Details

ModelClientValidationIntegerRule() public méthode

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