Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com)
-
Date: Generated at 2025-12-01
Copyright: (C)
2000-2002,2003,2004,2005 Free Software
Foundation, Inc.
- Declared in:
- EOControl/EOKeyGlobalID.h
- Conforms to:
- NSCoding
Description forthcoming.
EOKeyGlobalID declares 3 Instance Variables
+ (id)
globalIDWithEntityName: (
NSString*)entityName
keys: (id*)keys
keyCount: (unsigned)count
zone: (
NSZone*)zone;
Description forthcoming.
- (BOOL)
areKeysAllNulls;
Description forthcoming.
- (
NSString*)
description;
Description forthcoming.
- (
NSString*)
entityName;
Description forthcoming.
- (BOOL)
isEqual: (id)other;
Description forthcoming.
- (BOOL)
isFinal;
Description forthcoming.
- (unsigned)
keyCount;
Description forthcoming.
- (id*)
keyValues;
Description forthcoming.
- (
NSArray*)
keyValuesArray;
Description forthcoming.
Instance Variables for EOKeyGlobalID Class
@protected NSString*
_entityName;
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 unsigned short int
_keyCount;
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 id*
_keyValues;
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.
Up