Public Member Functions | Properties

DeleteOperation Class Reference

Stores attributes of Delete operation. More...

#import <DeleteOperation.h>

List of all members.

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.
Eventevent
 The event which should be deleted.

Detailed Description

Stores attributes of Delete 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 *) event [read, write, retain]

The event which should be deleted.

- (NSInteger) position [read, write, assign]

The position from which an event should be deleted.


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