A DomainContext is a stateful client side representation of a DomainService, providing access to all the functionality of the DomainService.
Public MustInherit Class DomainContext _ Implements INotifyPropertyChanged
Dim instance As DomainContext
public abstract class DomainContext : INotifyPropertyChanged
public ref class DomainContext abstract : INotifyPropertyChanged
public abstract class DomainContext implements INotifyPropertyChanged