Stores attributes of Delete operation. More...
#import <DeleteOperation.h>
Public Member Functions | |
| (id) | - copyWithZone: |
| Used to copy or clone the same object. | |
Properties | |
| NSInteger | position |
| The position from which an event should be deleted. | |
| Event * | event |
| The event which should be deleted. | |
Stores attributes of Delete operation.
| - (id) copyWithZone: | (NSZone *) | zone |
Used to copy or clone the same object.
NSCopying protocol method implementation
| zone | default zone |
- (Event *) event [read, write, retain] |
The event which should be deleted.
- (NSInteger) position [read, write, assign] |
The position from which an event should be deleted.
1.7.2