LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

RegisterPresenter<P,V> Method







The presenter type.
The UI view type.
The presenter object that will be registered for the provided type.
Registers a presenter object a specific type.
Syntax
public static void RegisterPresenter<P,V>( 
   P presenter
)
where P: IWorkstationPresenter<V>
where V: 
'Declaration
 
Public Shared Sub RegisterPresenter
    (Of P As IWorkstationPresenter(Of V),
     V As )( _
   ByVal presenter As P _
) 
'Usage
 
Dim presenter As P
 
PresentersFactory.RegisterPresenter(Of P, V)(presenter)
public static void RegisterPresenter<P,V>( 
   P presenter
)where P: IWorkstationPresenter<V>
    where V: 
 function Leadtools.Medical.Workstation.Presenters.PresentersFactory.RegisterPresenter( 
   presenter 
)
public: static void RegisterPresenter<P,V>( 
   P* presenter
) 
where P: IWorkstationPresenter<V>
where V: 
public:
static void RegisterPresentergeneric<typename P>
generic<typename V>
( 
   P* presenter
) 
where P: IWorkstationPresenter<V>
where V: 

Parameters

presenter
The presenter object that will be registered for the provided type.

Type Parameters

P
The presenter type.
V
The UI view type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PresentersFactory Class
PresentersFactory Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.