Documentation
PureMVC.Patterns.Command
MacroCommand
Methods
AddSubCommand
Execute
InitializeMacroCommand
MacroCommand Methods
The MacroCommand type exposes the following members.
Methods
AddSubCommand(Func<ICommand>)
Add a
SubCommand
.
Execute(INotification)
Execute this
MacroCommand
's SubCommands.
InitializeMacroCommand()
Initialize the
MacroCommand
.