Up

EOGenericRecord

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Version: 25545

Date: 2007-10-31 06:32:46 +0100 (Mit, 31 Okt 2007)

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.

Software documentation for the EOGenericRecord class

EOGenericRecord : NSObject

Declared in:
EOControl/EOGenericRecord.h
Description forthcoming.

Instance Variables

Method summary

_instanceDictionaryInitializerExcludedPropertyNames 

+ (NSArray*) _instanceDictionaryInitializerExcludedPropertyNames;
should return an array of property names to exclude from entity instanceDictionaryInitializer. You can override this to exclude properties manually handled by derived object.
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.
should returns an array of property names to exclude from entity instanceDictionaryInitializer. You can override this to exclude properties manually handled by derived object

eoCalculateAllSizeWith: 

+ (void) eoCalculateAllSizeWith: (NSMutableDictionary*)dict;
Description forthcoming.

eoCalculateSizeWith: forArray: 

+ (unsigned int) eoCalculateSizeWith: (NSMutableDictionary*)dict forArray: (NSArray*)array;
Description forthcoming.

debugDictionaryDescription 

- (NSString*) debugDictionaryDescription;
Description forthcoming.

eoCalculateSizeWith: 

- (unsigned int) eoCalculateSizeWith: (NSMutableDictionary*)dict;
Description forthcoming.

initWithEditingContext: classDescription: globalID: 

- (id) initWithEditingContext: (EOEditingContext*)context classDescription: (EOClassDescription*)classDesc globalID: (EOGlobalID*)globalID;
Description forthcoming.



Instance Variables for EOGenericRecord Class

classDescription

@protected EOClassDescription* classDescription;
Description forthcoming.

dictionary

@protected EOMutableKnownKeyDictionary* dictionary;
Description forthcoming.





Up