Up

EOAspectConnector class documentation

Authors

Matt Rice (ratmice@gmail.com)

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

Software documentation for the EOAspectConnector class

EOAspectConnector : NSNibConnector

Declared in:
EOInterface/EOAspectConnector.h
Description forthcoming.

Instance Variables

Method summary

aspectName 

- (NSString*) aspectName;
Description forthcoming.

association 

- (EOAssociation*) association;
Description forthcoming.

destinationKey 

- (NSString*) destinationKey;
Description forthcoming.

initWithAssociation: aspectName: 

- (id) initWithAssociation: (EOAssociation*)association aspectName: (NSString*)name;
Description forthcoming.



Instance Variables for EOAspectConnector Class

_aspectName

@protected NSString* _aspectName;
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.

_association

@protected EOAssociation* _association;
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.

_destinationKey

@protected NSString* _destinationKey;
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.

_dg

@protected EODisplayGroup* _dg;
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