Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
EasyTeach
Utils
Attributes
EnumValidationAttribute
C# Class EasyTeach.Utils.Attributes.EnumValidationAttribute
Inheritance:
System.ComponentModel.DataAnnotations.ValidationAttribute
Show file
Open project: WadeOne/EasyTeach
Public Methods
Method
Description
EnumValidationAttribute
(
Type
enumType
) :
System
IsValid
(
object
value
) :
bool
Method Details
EnumValidationAttribute()
public
method
public
EnumValidationAttribute
(
Type
enumType
) :
System
enumType
System.Type
return
System
IsValid()
public
method
public
IsValid
(
object
value
) :
bool
value
object
return
bool