| InspectorEnumAttribute Methods |
The InspectorEnumAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAllowed |
Indicates if the specified value is allowed for the property.
(Overrides InspectorPropertyAttributeIsAllowed(Object).) | |
| TryConvertStringToValue |
Tries to convert the specified text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertStringToValue(String, Object).) | |
| TryConvertValueToString |
Tries to convert the specified value to a string that can be converted back to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertValueToString(Object, String).) |