Up

EOAggregateEvent class documentation

Authors

Generated by ayers

Software documentation for the EOAggregateEvent class

EOAggregateEvent : EOEvent

Declared in:
EOControl/EOAggregateEvent.h
Description forthcoming.

Instance Variables

Method summary

addEvent: 

- (void) addEvent: (EOEvent*)event;
Description forthcoming.

events 

- (NSArray*) events;
Description forthcoming.



Instance Variables for EOAggregateEvent Class

_aggregateSignatureTag

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

_children

@protected NSArray* _children;
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.

_references

@protected NSMutableSet* _references;
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