C# Class NHS111.IoC.DependencyResolution.StructureMapWebApiDependencyResolver

The structure map dependency resolver.
Inheritance: StructureMapWebApiDependencyScope, IDependencyResolver
Show file Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
BeginScope ( ) : IDependencyScope

The begin scope.

StructureMapWebApiDependencyResolver ( IContainer container ) : System.Web.Http.Dependencies

Initializes a new instance of the StructureMapWebApiDependencyResolver class.

Method Details

BeginScope() public method

The begin scope.
public BeginScope ( ) : IDependencyScope
return IDependencyScope

StructureMapWebApiDependencyResolver() public method

Initializes a new instance of the StructureMapWebApiDependencyResolver class.
public StructureMapWebApiDependencyResolver ( IContainer container ) : System.Web.Http.Dependencies
container IContainer /// The container. ///
return System.Web.Http.Dependencies