C#
VB
C++
Displays a View and associates it with a Presenter.
public class ModelViewPresenterCommand<P, V> : WorkstationCommand
Public Class ModelViewPresenterCommand
(Of P As Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter(Of V),
V As )
Inherits Leadtools.Medical.Workstation.Commands.WorkstationCommand
Implements Leadtools.Medical.Workstation.Commands.ICommand
generic<typename P>
generic<typename V>
public ref class ModelViewPresenterCommand : public Leadtools.Medical.Workstation.Commands.WorkstationCommand, Leadtools.Medical.Workstation.Commands.ICommand
where P: Leadtools.Medical.Workstation.Interfaces.Presenters.IWorkstationPresenter<V>
where V : class
Type Parameters
P
The presenter that will be activate and operate the view.
V
The View that will be displayed to the user.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET