C# Класс Ninject.Web.WebApi.Selfhost.NinjectSelfHostDependencyResolver

Ninject dependency resolver for self hosting
Наследование: Ninject.Web.WebApi.NinjectDependencyResolver
Показать файл Открыть проект

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

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

Begins the scope.

NinjectSelfHostDependencyResolver ( IResolutionRoot resolutionRoot ) : System.Web.Http.Dependencies

Initializes a new instance of the NinjectSelfHostDependencyResolver class.

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

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

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

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

Initializes a new instance of the NinjectSelfHostDependencyResolver class.
public NinjectSelfHostDependencyResolver ( IResolutionRoot resolutionRoot ) : System.Web.Http.Dependencies
resolutionRoot IResolutionRoot The resolution root.
Результат System.Web.Http.Dependencies