LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterStripItemFeatureExecuter<T>() Method

Show in webframe






The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter interface.
Register a specific type to be created for a StripItemFeatureExecuter object with a new WorkstationContainer.
Syntax
public static void RegisterStripItemFeatureExecuter<T>()
where T: IWorkstationStripItemFeatureExecuter
'Declaration
 
Public Overloads Shared Sub RegisterStripItemFeatureExecuter(Of T As IWorkstationStripItemFeatureExecuter)() 
'Usage
 
WorkstationContainer.RegisterStripItemFeatureExecuter(Of T)()

            

            
public: static void RegisterStripItemFeatureExecuter<T>(); 
where T: IWorkstationStripItemFeatureExecuter
public:
static void RegisterStripItemFeatureExecutergeneric<typename T>
(); 
where T: IWorkstationStripItemFeatureExecuter

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter interface.
Requirements

Target Platforms

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


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