+ useStoredAccessor
Returns
YES
if the stored value methods storedValueForKey:
and takeStoredValue:forKey:
should use private accessor methods in preference to public accessors.- handleQueryWithUnboundKey:
Invoked by
valueForKey:
when it finds no property corresponding to key
.- takeValuesFromDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- takeValue:forKeyPath:
Sets the value for the property identified by
keyPath
to value
.- valuesForKeys:
Returns a dictionary containing as keys the property names in
keys
, with corresponding values being the corresponding property values.