NSManagedObject(ETCoreData) Category Reference
| Declared in | ETCoreData.h | 
Overview
NSManagedObject (ETCoreData) is a helper category that provides better NSManagedObject handling.
Instance Methods
fillFromDictionary:dateFormatter:
Fills the NSManagedObject instance with the provided NSDictionary using KVO and the provided NSDateFormatter.
- (void)fillFromDictionary:(NSDictionary *)keyedValues dateFormatter:(NSDateFormatter *)dateFormatterParameters
- keyedValues
 The
NSDictionarycontaining the values to be used to fill theNSManagedObjectinstance.
- dateFormatter
 The
NSDateFormatterthat will be used to format all theNSDateobjects contained in thekeyedValuesdictionaries.
Declared In
ETCoreData.h