Inherits from | |
Conforms to | |
Framework | /System/Library/Frameworks/CoreData.framework |
Availability | Available in Mac OS X v10.5 and later. |
Companion guide | |
Declared in | NSPropertyMapping.h |
Instances of NSPropertyMapping
specify in a mapping model how to map from a property in a source entity to a property in a destination entity.
Returns the name of the property in the destination entity for the receiver.
- (NSString *)name
The name of the property in the destination entity for the receiver.
NSPropertyMapping.h
Sets the name of the property in the destination entity for the receiver.
- (void)setName:(NSString *)name
The name of the property in the destination entity for the receiver.
NSPropertyMapping.h
Sets the user info for the receiver.
- (void)setUserInfo:(NSDictionary *)userInfo
The user info for the receiver.
NSPropertyMapping.h
Sets the value expression for the receiver.
- (void)setValueExpression:(NSExpression *)expression
The the value expression for the receiver.
NSPropertyMapping.h
Returns the user info for the receiver.
- (NSDictionary *)userInfo
The user info for the receiver.
NSPropertyMapping.h
Returns the value expression for the receiver.
- (NSExpression *)valueExpression
The value expression for the receiver.
The expression is used to create the value for the destination property.
NSPropertyMapping.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-05-22)