C# Class Aperea.Infrastructure.IoC.StructureMapServiceLocator

Inheritance: ServiceLocatorImplBase
Afficher le fichier Open project: DerAlbertCom/ApereaFramework Class Usage Examples

Méthodes publiques

Méthode Description
StructureMapServiceLocator ( IContainer container ) : System

Méthodes protégées

Méthode Description
DoGetAllInstances ( Type serviceType ) : IEnumerable
DoGetInstance ( Type serviceType, string key ) : object

Method Details

DoGetAllInstances() protected méthode

protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable

DoGetInstance() protected méthode

protected DoGetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
Résultat object

StructureMapServiceLocator() public méthode

public StructureMapServiceLocator ( IContainer container ) : System
container IContainer
Résultat System