LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetPresenter<P,V> Method

Show in webframe






The presenters type.
The view type registered for the presenter.
Returns the presenter registered with the provided type.
Syntax
public static P GetPresenter<P,V>()
where P: IWorkstationPresenter<V>
where V: 
'Declaration
 
Public Shared Function GetPresenter
    (Of P As IWorkstationPresenter(Of V),
     V As )() As P
'Usage
 
Dim value As P
 
value = PresentersFactory.GetPresenter(Of P, V)()

            

            
public: static P* GetPresenter<P,V>(); 
where P: IWorkstationPresenter<V>
where V: 
public:
static P* GetPresentergeneric<typename P>
generic<typename V>
(); 
where P: IWorkstationPresenter<V>
where V: 

Type Parameters

P
The presenters type.
V
The view type registered for the presenter.

Return Value

The presenter registered with the provided type.
Requirements

Target Platforms

See Also

Reference

PresentersFactory Class
PresentersFactory Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.