+ 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
.- handleTakeValue:forUnboundKey:
Invoked by
takeValue:forKey:
when it finds no property binding for key
.- takeValuesFromDictionary:
Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties
- valuesForKeys:
Returns a dictionary containing as keys the property names in
keys
, with corresponding values being the corresponding property values.