Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this step we will create the view models. Since this is a very simple application, just a few view models are required. A view model in essence is nothing more than a class that derives from the ViewModelBase class

Table of Contents

Tip

The vm code snippet is available to create view models. There is also an on-line item template available for Catel view models

Creating the PersonViewModel

...