Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly)

Show in webframe

BuildUp<T> Method






Type of object to perform injection on
Instance to build up.
Runs an existing object through the container and performs injection on it.
Syntax
public static T BuildUp<T>( 
   T existing
)
'Declaration
 
Public Shared Function BuildUp(Of T)( _
   ByVal existing As T _
) As T
'Usage
 
Dim existing As T
Dim value As T
 
value = DataAccessServiceLocator.BuildUp(Of T)(existing)

            

            
public:
static T^ BuildUpgeneric<typename T>
( 
   T^ existing
) 

Parameters

existing
Instance to build up.

Type Parameters

T
Type of object to perform injection on

Return Value

The resulting object. By default, this will be existing, but container extensions may add things like automatic proxy creation which would cause this to return a different object (but still type compatible with T).
Requirements

Target Platforms

See Also

Reference

DataAccessServiceLocator Class
DataAccessServiceLocator Members

Error processing SSI file
Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features