Overload | Description |
---|---|
ValidateEnum(Object,Type) | Validates an enum value against the specified type. |
ValidateEnum(ExpressionInfo,Type) | Validates an expression value to make sure it is valid enum value and against the specified type. |
ValidateEnum(ExpressionInfo,Type,IList<String>) | Validates an expression value to make sure it is valid enum value and against the specified type. |