mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 09:40:59 +00:00
([NSObject-validateTakeValue:forKeyPath:]): Implement. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25619 72102866-910b-0410-8b05-ffd578937521
24 lines
484 B
Text
24 lines
484 B
Text
EOControl:
|
|
validateTakeValue:forKeyPath:
|
|
test whether the method propagates
|
|
thourgh key path
|
|
determine who calls this from within
|
|
GDL2
|
|
EOAccess:
|
|
Headers/Categories:
|
|
EOGenericRecord (category)
|
|
EOSchemaSynchronization
|
|
|
|
Documentation:
|
|
API Documentation
|
|
Tutorials
|
|
|
|
Examples:
|
|
|
|
Adaptors:
|
|
|
|
o Implement databaseFailedToFetchObject mechanism.
|
|
Cf Developper's guide p 121
|
|
o Implement to-one PK to Foreign Key support
|
|
Not implemented by WO but it's really cool.
|
|
|