Category of: EOClassDescription
Declared in: EODistribution/EOAccessAdditions.h
This Objective-C category adds a number of methods to EOClassDescription (which is part of the EOControl framework). These methods are intended to return various properties bound to the client-side class that corresponds to the receiver's EOEntity. In this category implementation, however, all of these methods return nil. See the EOEntityClassDescription Additions reference for descriptions of implementations that return actual data.
- (NSArray *)clientAttributeKeys
See Also: - clientAttributeKeys ( EOEntityClassDescription Additions)
- (NSArray *)clientToManyRelationshipKeys
See Also: - clientToManyRelationshipKeys ( EOEntityClassDescription Additions)
- (NSArray *)clientToOneRelationshipKeys
See Also: - clientToOneRelationshipKeys ( EOEntityClassDescription Additions)