Classes
Class | Description | |
---|---|---|
![]() | WinformsViewsManager |
Works with views represented as windows forms and user controls.
|
![]() | WinFormView |
Base implementation of the IView interface for
windows forms presentation mechanism. Inherit your view classes
from this one and override IView members if necessary.
|
![]() | WinFormView<(Of <(T>)>) |
Base generic implementation of the IView<(Of <(T>)>) interface
for windows forms presentation mechanism. Has a strongly typed
association to the controller (of the parameter type T).
It is recommended to inherit your Windows view classes from this one instead of manually implementing the IView<(Of <(T>)>) interface. |
![]() | WinUserControlView |
A base user control class implementing IView interface.
User control classes may inherit from this class instead of
implementing IView interface themselves. Neccessary IView
members may be overriden.
|
![]() | WinUserControlView<(Of <(T>)>) |
A base generic user control class implementing the IView<(Of <(T>)>)
interface. Has a strongly typed association to the controller (of the
parameter type T).
It is recommended to inherit your user control view classes from this one instead of manually implementing the IView<(Of <(T>)>) interface. Neccessary IView<(Of <(T>)>) members may be overriden. |