C# Class ExcelMapper.Configuration.StructureMapServiceLocator

Inheritance: ServiceLocatorImplBase
Afficher le fichier Open project: mvba/ExcelMapper

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