mazllia / Social-Networking-Notes

NCTU CS Project (2012 Fall-2013 Spring)
0 stars 0 forks source link

Data model: Contact attribute: id<FBGraphUser> #3

Closed mazllia closed 10 years ago

mazllia commented 10 years ago

Data model support non-standard attribute: id

mazllia commented 10 years ago

This is the Core Data Reference: Non-Standard Persistent Attributes identifying how you can do to support non-standard attribute object type.

The difference between the approaches is that with transformable attributes you specify just one attribute and the conversion is handled automatically. In contrast, with transient properties you specify two attributes and you have to write code to perform the conversion.

mazllia commented 10 years ago

This issue depends on #5.