Up

EOMasterDetailAssociation documentation

Authors

David Ayers (ayers@fsfe.org)

Copyright: (C) 2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOMasterDetailAssociation class
  2. Software documentation for the EOMasterPeerAssociation class

Software documentation for the EOMasterDetailAssociation class

EOMasterDetailAssociation : EOAssociation

Declared in:
EOInterface/EOMasterDetailAssociation.h
Description forthcoming.

Instance Variables

Method summary

aspectSignatures 

+ (NSArray*) aspectSignatures;
Description forthcoming.

aspects 

+ (NSArray*) aspects;
Description forthcoming.

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

+ (BOOL) isUsableWithObject: (id)object;
Description forthcoming.

primaryAspect 

+ (NSString*) primaryAspect;
Description forthcoming.

breakConnection 

- (void) breakConnection;
Description forthcoming.

establishConnection 

- (void) establishConnection;
Description forthcoming.

priority 

- (EOObserverPriority) priority;
Description forthcoming.

subjectChanged 

- (void) subjectChanged;
Description forthcoming.



Instance Variables for EOMasterDetailAssociation Class

_currentMasterEO

@protected id _currentMasterEO;
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.

_currentMasterValue

@protected id _currentMasterValue;
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.

_lastCount

@protected unsigned int _lastCount;
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.




Software documentation for the EOMasterPeerAssociation class

EOMasterPeerAssociation : EOMasterDetailAssociation

Declared in:
EOInterface/EOMasterDetailAssociation.h
Description forthcoming.
Method summary

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

+ (BOOL) isUsableWithObject: (id)object;
Description forthcoming.


Up