CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
|
This is the complete list of members for SadSapphicGames.CommandPattern.SimpleComposite, including all inherited members.
AddChild(ICommand childCommand) | SadSapphicGames.CommandPattern.CompositeCommand | protectedvirtual |
ChildCount | SadSapphicGames.CommandPattern.CompositeCommand | |
Execute() | SadSapphicGames.CommandPattern.CompositeCommand | virtual |
internalStream | SadSapphicGames.CommandPattern.CompositeCommand | protected |
SimpleComposite(IEnumerable< Command > subCommands) | SadSapphicGames.CommandPattern.SimpleComposite | |
subCommands | SadSapphicGames.CommandPattern.CompositeCommand | protected |