MindFusion.Wpf Pack Programmer's Guide
CompositeCommand Members
Constructors Properties Methods
 


Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.

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

 Public Constructors

  Name Description

CompositeCommand

Initializes a new instance of the CompositeCommand class.

 Public Properties

  Name Description

Commands

Gets a list containing the child Command objects.

Schedule

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

 Protected Methods

  Name Description

Execute

Command.Execute override.

Redo

Command.Redo override.

Undo

Command.Undo override.

 See Also

CompositeCommand Class
MindFusion.Scheduling Namespace