C# 클래스 Simplify.Web.ModelBinding.Attributes.MinLengthAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
MinLengthAttribute ( int minimumPropertyLength ) : System

Initializes a new instance of the MinLengthAttribute class.

메소드 상세

MinLengthAttribute() 공개 메소드

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