C# Class LayersCMS.MvcApp.Application.DependencyResolution.StructureMapDependencyResolver

The structure map dependency resolver.
Inheritance: StructureMapDependencyScope, IDependencyResolver
显示文件 Open project: stevekennaird/LayersCMS

Public Methods

Method Description
BeginScope ( ) : IDependencyScope

The begin scope.

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

Initializes a new instance of the StructureMapDependencyResolver class.

Method Details

BeginScope() public method

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

StructureMapDependencyResolver() public method

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