Table of Contents

Namespace The.WPF

Classes

CursorOverride
FrameworkApplication
NotificationObject

Interfaces

IEntityContext

Entity context provided by The.WPF.IServices; guaranteed to have a single "session principal".

IModel

The base model (viewmodel) interface, shared between various components, provides two operations: change-tracking and validation. Both apply only to editable models - most but not all models are editable in some sense.

IServices