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

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

Méthodes publiques

Méthode Description
MaxLengthAttribute ( int maximumPropertyLength ) : System

Initializes a new instance of the MaxLengthAttribute class.

Method Details

MaxLengthAttribute() public méthode

Initializes a new instance of the MaxLengthAttribute class.
public MaxLengthAttribute ( int maximumPropertyLength ) : System
maximumPropertyLength int Maximum length of the property.
Résultat System