Stores attributes of an update operation. More...
#import <UpdateOperation.h>
Public Member Functions | |
| (id) | - copyWithZone: |
| Used to copy or clone the same object. | |
Properties | |
| NSInteger | position |
| The position where update operation is generated. | |
| Event * | oldEvent |
| Old event at that position. | |
| Event * | newEvent |
| New event which is going to replace the old event at that position. | |
Stores attributes of an update operation.
| - (id) copyWithZone: | (NSZone *) | zone |
Used to copy or clone the same object.
NSCopying protocol method implementation
| zone | default zone |
- (Event *) newEvent [read, write, retain] |
New event which is going to replace the old event at that position.
- (Event *) oldEvent [read, write, retain] |
Old event at that position.
- (NSInteger) position [read, write, assign] |
The position where update operation is generated.
1.7.2