LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterWorkstationView<V> Method

Show in webframe






The generic type of the view.
The concrete view type that will be created when the view is requested.
Registers a concrete view type to be created when a view with the provided genric type is requested.
Syntax
public void RegisterWorkstationView<V>( 
   Type concreteViewType
)
'Declaration
 
Public Sub RegisterWorkstationView(Of V)( _
   ByVal concreteViewType As Type _
) 
'Usage
 
Dim instance As WorkstationUIFactory
Dim concreteViewType As Type
 
instance.RegisterWorkstationView(Of V)(concreteViewType)

            

            
public: void RegisterWorkstationView<V>( 
   Type* concreteViewType
) 
public:
void RegisterWorkstationViewgeneric<typename V>
( 
   Type* concreteViewType
) 

Parameters

concreteViewType
The concrete view type that will be created when the view is requested.

Type Parameters

V
The generic type of the view.
Requirements

Target Platforms

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members

 

 


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