Versions Compared

Key

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

...

The ModelBase (previously known as the DataObjectBase) class is a generic base class that can be used for all your data classes. This comes fully supporting serialization, property changed notifications, backwards compatibility and error checking.

Creating your first data object

...