EOKeyGlobalID
Inherits From: EOGlobalID
Conforms To: NSCoding
Declared In: EOKeyGlobalID.h
Methods: + globalIDWithEntityName:keys:keyCount:zone: , - entityName , - keyCount , - keyValues , - keyValuesArray


Class Description
No class description.


Instance Variables
NSString *entityName;
unsigned int count;
id values[1];

entityNameNo description.
countNo description.
valuesNo description.



Method Types
+ globalIDWithEntityName:keys:keyCount:zone:
- entityName
- keyCount
- keyValues
- keyValuesArray


Class Methods
globalIDWithEntityName:keys:keyCount:zone:
+ (id)globalIDWithEntityName:(NSString *)_name keys:(id *)_keyValues keyCount:(unsigned int)_count zone:(NSZone *)_zone
No method description.


Instance Methods
entityName
- (NSString *)entityName
No method description.

keyCount
- (unsigned int)keyCount
No method description.

keyValues
- (id *)keyValues
No method description.

keyValuesArray
- (NSArray *)keyValuesArray
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.