C# Class Aperea.Infrastructure.IoC.StructureMapServiceLocator

Inheritance: ServiceLocatorImplBase
Show file Open project: DerAlbertCom/ApereaFramework Class Usage Examples

Public Methods

Method Description
StructureMapServiceLocator ( IContainer container ) : System

Protected Methods

Method Description
DoGetAllInstances ( Type serviceType ) : IEnumerable
DoGetInstance ( Type serviceType, string key ) : object

Method Details

DoGetAllInstances() protected method

protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

DoGetInstance() protected method

protected DoGetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
return object

StructureMapServiceLocator() public method

public StructureMapServiceLocator ( IContainer container ) : System
container IContainer
return System