WindowsFormsModel Namespace

Design Pattern Framework 3.5

Design Pattern Framework 3.5 WindowsFormsModel Namespace
Patterns-In-Action! ApplicationWindowsFormsModel
 
Declaration Syntax
C# Visual Basic
namespace WindowsFormsModel
Namespace WindowsFormsModel
Types
All Types Classes Interfaces
Icon Type Description
IModel
IModel interface, used in MVP design pattern. See implementation methods for further details.

Model
The Model in MVP design pattern. Implements IModel and communicates with WCF Service.