C# 클래스 HermaFx.DataAnnotations.MinElementsAttribute

상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: evicertia/HermaFx 1 사용 예제들

공개 메소드들

메소드 설명
IsValid ( object value ) : bool
MinElementsAttribute ( uint elements ) : System

비공개 메소드들

메소드 설명
GetErrorMessage ( uint elements ) : string

메소드 상세

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool

MinElementsAttribute() 공개 메소드

public MinElementsAttribute ( uint elements ) : System
elements uint
리턴 System