NSPropertyMapping Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/CoreData.framework |
| Availability | Available in OS X v10.5 and later. |
| Companion guide | |
| Declared in | NSPropertyMapping.h |
Overview
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.
Instance Methods
name
Returns the name of the property in the destination entity for the receiver.
Return Value
The name of the property in the destination entity for the receiver.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.hsetName:
Sets the name of the property in the destination entity for the receiver.
Parameters
- name
The name of the property in the destination entity for the receiver.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.hsetUserInfo:
Sets the user info for the receiver.
Parameters
- userInfo
The user info for the receiver.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.hsetValueExpression:
Sets the value expression for the receiver.
Parameters
- expression
The the value expression for the receiver.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.huserInfo
Returns the user info for the receiver.
Return Value
The user info for the receiver.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.hvalueExpression
Returns the value expression for the receiver.
Return Value
The value expression for the receiver.
Discussion
The expression is used to create the value for the destination property.
Availability
- Available in OS X v10.5 and later.
See Also
Declared In
NSPropertyMapping.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-03)