PATH  WebObjects 4.5 Documentation > EODistribution Reference

Table of Contents

EOClassDescription Additions


Category of: EOClassDescription
Declared in: EODistribution/EOAccessAdditions.h




Category Description


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.




Instance Methods



clientAttributeKeys

- (NSArray *)clientAttributeKeys

Intended to return an array containing the names of those attributes that are bound to the client-side class that corresponds to the receiver's EOEntity, this category implementation simply returns nil.

See Also: - clientAttributeKeys ( EOEntityClassDescription Additions)



clientToManyRelationshipKeys

- (NSArray *)clientToManyRelationshipKeys

Intended to return an array containing the names of those to-many relationships that are bound to the client-side class that corresponds to the receiver's EOEntity, this category implementation simply returns nil.

See Also: - clientToManyRelationshipKeys ( EOEntityClassDescription Additions)



clientToOneRelationshipKeys

- (NSArray *)clientToOneRelationshipKeys

Intended to return an array containing the names of those to-many relationships that are bound to the client-side class that corresponds to the receiver's EOEntity, this category implementation simply returns nil.

See Also: - clientToOneRelationshipKeys ( EOEntityClassDescription Additions)




Table of Contents