Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com
)
-
- Manuel Guesdon (
mguesdon@orange-concept.com
)
-
- David Wetzel (
dave@turbocat.de
)
-
Date: Generated at 2025-02-04 09:10:24 +0000
Copyright: (C)
2000-2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOControl/EOGenericRecord.h
Description forthcoming.
Instance Variables
Method summary
+ (
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
- (
NSString*)
debugDictionaryDescription;
Description forthcoming.
Instance Variables for EOGenericRecord Class
@protected EOMutableKnownKeyDictionary* _dictionary;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected EOClassDescription* classDescription;
Description forthcoming.
Up