Click or drag to resize
InspectorPropertyAttribute Methods

The InspectorPropertyAttribute type exposes the following members.

Methods
  NameDescription
Public methodConvertStringToValue
Converts the passed text to a value of the correct type for this property.
Public methodConvertValueOrListToString
Converts the passed value or list to a string that can be converted back to a value or list of the correct type for this property.
Public methodConvertValueToString
Converts the passed value to a string that can be converted back to a value of the correct type for this property.
Public methodDeinit
Performs required deinitialization steps for this property of the specified object.
Public methodGetEmptyList
Gets an empty list for elements of the type of the property the attribute is attached to.
Public methodGetPropertyValue
Returns the value of the property this inspeoctor property is for.
Public methodIsAllowed
Indicates if the specified value is allowed for the property.
Public methodSetPropertyValue
Initializes the specified object via reflection with the specified property value.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodTryConvertStringToListOrValue
Tries to convert the specified text to a value or list of the correct type for this property.
Public methodTryConvertStringToValue
Tries to convert the specified text to a value of the correct type for this property.
Public methodTryConvertValueToString
Tries to convert the specified value to a string that can be converted back to a value of the correct type for this property.
Public methodValidate
Checks whether the passed value is valid for this property.
Top
See Also