Command Containers

Command Conatiners are the magic that allow command groups to automatically discover their members. This section covers containers and the concepts of binding and the slightly more complex topic of container hierarchies. The three topics are outlined below:

  1. Containers and Binding Part I - Covers the concepts of binding and the three binding styles.
  2. Containers and Binding Part II - Covers the use of container to segregate commands into a hierarchy.
  3. And lastly we cover the use of Container Properties to share common data between your commands in a loosly coupled manner.