LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterPresenter<P,V> Method

Show in webframe






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: 
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

See Also

Reference

PresentersFactory Class
PresentersFactory Members

 

 


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