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

Inheritance: System.Attribute
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
MaxLengthAttribute ( int maximumPropertyLength ) : System

Initializes a new instance of the MaxLengthAttribute class.

Method Details

MaxLengthAttribute() public method

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