Re: [F-Script-talk] [ANN] F-Script 1.3.1 Release Candidate
Brought to you by:
pmougin
From: Todd B. <tbl...@ma...> - 2006-01-30 02:46:25
|
It is possible to say 'anObject setFoo: aValue' and 'anObject foo' to an NSManagedObject if the object's entity has property 'foo' (basically it maps setFoo: to setValue: forKey:'foo' and foo to valueForKey:'foo' This is nice as creating custom subclasses of NSMangedObject just to get accessors is monkey coding and it gets tedious always writing 'anObject setValue: aValue forKey: 'foo'' all the time. On Jan 29, 2006, at 6:32 PM, Jonathan 'Wolf' Rentzsch wrote: > Todd Blanchard, tbl...@ma..., wrote: >> I've tried it with my ObjectiveCLIPS example code and it works >> great. Looks like I can stop shipping my hacked version since this >> one supports fake accessors on NSManagedObjects. Thanks! > > What are 'fake accessors'? > > | Jonathan 'Wolf' Rentzsch http://rentzsch.com > | Red Shed Software http://redshed.net > | "better" necessarily means "different" > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk |