Click or drag to resize
InspectorBoolAttribute Methods

The InspectorBoolAttribute type exposes the following members.

Methods
  NameDescription
Public methodConvertStringToValue
Converts the passed text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeConvertStringToValue(String).)
Public methodConvertValueToString
Converts the passed value to a string that can be converted back to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeConvertValueToString(Object).)
Public methodGetEmptyList
Gets an empty list for elements of the type of the property the attribute is attached to.
(Overrides InspectorPropertyAttributeGetEmptyList.)
Public methodToString
Returns a string that represents the current object.
(Overrides InspectorPropertyAttributeToString.)
Public methodTryConvertStringToValue
Tries to convert the specified text to a value of the correct type for this property.
(Overrides InspectorPropertyAttributeTryConvertStringToValue(String, Object).)
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.
(Overrides InspectorPropertyAttributeTryConvertValueToString(Object, String).)
Public methodValidate
Checks whether the passed value is valid for this property.
(Overrides InspectorPropertyAttributeValidate(Object).)
Top
See Also