C# Класс Simplify.Web.ModelBinding.Attributes.MaxLengthAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
MaxLengthAttribute ( int maximumPropertyLength ) : System

Initializes a new instance of the MaxLengthAttribute class.

Описание методов

MaxLengthAttribute() публичный Метод

Initializes a new instance of the MaxLengthAttribute class.
public MaxLengthAttribute ( int maximumPropertyLength ) : System
maximumPropertyLength int Maximum length of the property.
Результат System