C# 클래스 Adf.Base.Validation.InRangeAttribute

상속: System.Attribute, IPropertyValidator
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
InRangeAttribute ( double min, double max ) : System

Creates a new InRangeAttribute instance with the supplied minimum and maximum value.

비공개 메소드들

메소드 설명
IsValid ( PropertyInfo propertyToValidate, object value ) : ValidationResult

메소드 상세

InRangeAttribute() 공개 메소드

Creates a new InRangeAttribute instance with the supplied minimum and maximum value.
public InRangeAttribute ( double min, double max ) : System
min double The minimum value of the range.
max double The maximum value of the range.
리턴 System