Hello, You do not give so much information, but I think your are encountering a known limitation of the bridge: the issue has already been reported in the past (http://tracker.monobjc.net/view.php?id=110).
Have you tried to override the "init" method in your subclass ? This way, whatever a native instance of your subclass is created or used by the Objective-C runtime, you are sure that the right wrapper is created in the bridge. Regards, Laurent Etiemble. 2009/11/5 Duane Wandless <du...@wandless.net>: > Has anyone used NSMangedObjects and NSManagedObjectModel with monobjc. > > My limited understanding of NSMangedObjects is that when I subclass from > NSManagedObjects and create an entity the object model should correctly call > the accessors on the subclass. But this does not happen for me. > > Any guidance would be very helpful! > Thanks, > Duane >