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

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

Public Methods

Method Description
MinLengthAttribute ( int minimumPropertyLength ) : System

Initializes a new instance of the MinLengthAttribute class.

Method Details

MinLengthAttribute() public method

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