C# Class Simplify.Web.ModelBinding.Attributes.MinLengthAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
MinLengthAttribute ( int minimumPropertyLength ) : System

Initializes a new instance of the MinLengthAttribute class.

Method Details

MinLengthAttribute() public méthode

Initializes a new instance of the MinLengthAttribute class.
public MinLengthAttribute ( int minimumPropertyLength ) : System
minimumPropertyLength int Minimum length of the property.
Résultat System