C# Class Robotlegs.Adapters.UnityInjector

Inheritance: IInjector
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework Class Usage Examples

Méthodes publiques

Свойство Type Description
Container IUnityContainer

Méthodes publiques

Méthode Description
InjectInto ( object target ) : void
Instantiate ( System type ) : object
MapClass ( System whenAskedFor, System instantiateClass, string named = "" ) : object
MapRule ( System whenAskedFor, object useRule, string named = "" ) : object
MapSingleton ( System whenAskedFor, string named = "" ) : object
MapSingletonOf ( System whenAskedFor, System useSingletonOf, string named = "" ) : object
MapValue ( System whenAskedFor, object useValue, string named = "" ) : object
UnityInjector ( string xmlConfig = null ) : System
Unmap ( System type, string named = "" ) : void

Method Details

InjectInto() public méthode

public InjectInto ( object target ) : void
target object
Résultat void

Instantiate() public méthode

public Instantiate ( System type ) : object
type System
Résultat object

MapClass() public méthode

public MapClass ( System whenAskedFor, System instantiateClass, string named = "" ) : object
whenAskedFor System
instantiateClass System
named string
Résultat object

MapRule() public méthode

public MapRule ( System whenAskedFor, object useRule, string named = "" ) : object
whenAskedFor System
useRule object
named string
Résultat object

MapSingleton() public méthode

public MapSingleton ( System whenAskedFor, string named = "" ) : object
whenAskedFor System
named string
Résultat object

MapSingletonOf() public méthode

public MapSingletonOf ( System whenAskedFor, System useSingletonOf, string named = "" ) : object
whenAskedFor System
useSingletonOf System
named string
Résultat object

MapValue() public méthode

public MapValue ( System whenAskedFor, object useValue, string named = "" ) : object
whenAskedFor System
useValue object
named string
Résultat object

UnityInjector() public méthode

public UnityInjector ( string xmlConfig = null ) : System
xmlConfig string
Résultat System

Unmap() public méthode

public Unmap ( System type, string named = "" ) : void
type System
named string
Résultat void

Property Details

Container public_oe property

public IUnityContainer Container
Résultat IUnityContainer