Search
RemoveItemCommand Members
Constructors Methods
 


Implements deletion of schedule items.

The following tables list the members exposed by the RemoveItemCommand type.

 Public Constructors

  Name Description

RemoveItemCommand

Initializes a new instance of the RemoveItemCommand class.

 Public Methods

  Name Description

getSchedule

Gets the Schedule modified by this Command object. (Inherited from Command.)

 Protected Methods

  Name Description

execute

Carries out an action that changes the schedule in some way.

redo

Repeats an action that has been undone.

undo

Undoes an action, restoring the schedule to the state it was in before carrying out the action.

 See Also