Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
ComponentModel
DataAnnotations
ListCountAttribute
C# 클래스 System.ComponentModel.DataAnnotations.ListCountAttribute
상속:
System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기
프로젝트 열기: msusur/Crowfx
공개 메소드들
메소드
설명
IsValid
(
object
value
) :
bool
ListCountAttribute
(
int
listMinimumCount
,
string
message
) :
System
메소드 상세
IsValid()
공개
메소드
public
IsValid
(
object
value
) :
bool
value
object
리턴
bool
ListCountAttribute()
공개
메소드
public
ListCountAttribute
(
int
listMinimumCount
,
string
message
) :
System
listMinimumCount
int
message
string
리턴
System