Re: NSPropertyDescription userInfo
Re: NSPropertyDescription userInfo
- Subject: Re: NSPropertyDescription userInfo
- From: Jim Correia <email@hidden>
- Date: Sat, 5 Nov 2005 10:56:58 -0500
On Nov 5, 2005, at 10:48 AM, Steve@DotMac wrote:
I'm not sure what you mean by 'localization dictionary' (string
files? responses from NSLocale? other?).
No such term is found in the Apple Documentation...
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/
Articles/cdMOM.html#//apple_ref/doc/uid/TP40002328-SW3
http://developer.apple.com/documentation/Cocoa/Reference/
CoreData_ObjC/Classes/NSManagedObjectModel.html#//apple_ref/doc/uid/
TP30001174-BCIDJGFI
Also what do you mean '... attached directly.."?
In the first reference it mentions a naming convention and implies
that they should be associated automatically. Either I am
misinterpreting what it says, I have made a mistake, or this feature
is broken.
HOW do I get the 'NSPropertyDescription' in the message
[NSPropertyDescription userInfo]?
What exactly creates an NSPropertyDescription as its response?
I thought, and have tried, to get something along the lines of
[[[...entity] propertyDescriptionFor:@"attributeName"] userInfo]...
An NSPropertyDescription is the base class of NSAttributeDescription
and NSRelationshipDescription.
When you get an attribute description by name from your model, you
already have one.
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden