LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

RegisterState<T>() Method

Show in webframe






The type of the instance to created. The type must inhirit from a WorkstationState
Register a specific type to be created for a State object with a new WorkstationContainer.
Syntax
public static void RegisterState<T>()
where T: WorkstationState
'Declaration
 
Public Overloads Shared Sub RegisterState(Of T As WorkstationState)() 
'Usage
 
WorkstationContainer.RegisterState(Of T)()

            

            
public: static void RegisterState<T>(); 
where T: WorkstationState
public:
static void RegisterStategeneric<typename T>
(); 
where T: WorkstationState

Type Parameters

T
The type of the instance to created. The type must inhirit from a WorkstationState
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.