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.
SadSapphicGames.CommandPattern.SimpleComposite Member List

This is the complete list of members for SadSapphicGames.CommandPattern.SimpleComposite, including all inherited members.

AddChild(ICommand childCommand)SadSapphicGames.CommandPattern.CompositeCommandprotectedvirtual
ChildCountSadSapphicGames.CommandPattern.CompositeCommand
Execute()SadSapphicGames.CommandPattern.CompositeCommandvirtual
internalStreamSadSapphicGames.CommandPattern.CompositeCommandprotected
SimpleComposite(IEnumerable< Command > subCommands)SadSapphicGames.CommandPattern.SimpleComposite
subCommandsSadSapphicGames.CommandPattern.CompositeCommandprotected