C# Класс FBC.Northwind.WebUI.DependencyResolution.StructureMapWebApiDependencyResolver

The structure map dependency resolver.
Наследование: StructureMapWebApiDependencyScope, IDependencyResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginScope ( ) : IDependencyScope

The begin scope.

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

Initializes a new instance of the StructureMapWebApiDependencyResolver class.

Описание методов

BeginScope() публичный Метод

The begin scope.
public BeginScope ( ) : IDependencyScope
Результат IDependencyScope

StructureMapWebApiDependencyResolver() публичный Метод

Initializes a new instance of the StructureMapWebApiDependencyResolver class.
public StructureMapWebApiDependencyResolver ( IContainer container ) : System.Web.Http.Dependencies
container IContainer /// The container. ///
Результат System.Web.Http.Dependencies