Public Member Functions | Properties

UpdateOperation Class Reference

Stores attributes of an update operation. More...

#import <UpdateOperation.h>

List of all members.

Public Member Functions

(id) - copyWithZone:
 Used to copy or clone the same object.

Properties

NSInteger position
 The position where update operation is generated.
EventoldEvent
 Old event at that position.
EventnewEvent
 New event which is going to replace the old event at that position.

Detailed Description

Stores attributes of an update operation.


Member Function Documentation

- (id) copyWithZone: (NSZone *)  zone

Used to copy or clone the same object.

NSCopying protocol method implementation

Parameters:
zonedefault zone
Returns:
new copied object

Property Documentation

- (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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties