|
|
Log In | Not a Member? |
Contact ADC |
- Inherits from:
- NSObject
Declared in:
- EOControl/EOKeyValueCoding.h
The EOKeyBinding class defines a mechanism to associate a class/key pair with a way to access the key. Apple doesn't anticipate the need for you to use, subclass, or replace this class. It is used internally by other classes in Enterprise Objects Framework.
- (NSString *)key
- (Class)targetClass
- (void)setValue:(id)value
inObject:(id)object
- (id)valueInObject:(id)object