C# Class DataAnnotationsExtensions.ClientValidation.Rules.ModelClientValidationMaxRule

Inheritance: System.Web.Mvc.ModelClientValidationRule
ファイルを表示 Open project: srkirkland/DataAnnotationsExtensions

Public Methods

Method Description
ModelClientValidationMaxRule ( string errorMessage, object max ) : System.Web.Mvc

Method Details

ModelClientValidationMaxRule() public method

public ModelClientValidationMaxRule ( string errorMessage, object max ) : System.Web.Mvc
errorMessage string
max object
return System.Web.Mvc