ModelClientValidationMinLengthRule Class

Definition

public class ModelClientValidationMinLengthRule : System.Web.Mvc.ModelClientValidationRule
type ModelClientValidationMinLengthRule = class
    inherit ModelClientValidationRule
Public Class ModelClientValidationMinLengthRule
Inherits ModelClientValidationRule
Inheritance
ModelClientValidationMinLengthRule

Constructors

Name Description
ModelClientValidationMinLengthRule(String, Int32)

Properties

Name Description
ErrorMessage

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)
ValidationParameters

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)
ValidationType

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

(Inherited from ModelClientValidationRule)

Applies to