C# Class Onion.Infrastructure.Services.App_Start.NinjectDependencyScope

Inheritance: IDependencyScope
Show file Open project: sharifhkhan/OnionArchitecture

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Protected Methods

Method Description
NinjectDependencyScope ( IResolutionRoot resolver ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

NinjectDependencyScope() protected method

protected NinjectDependencyScope ( IResolutionRoot resolver ) : System
resolver IResolutionRoot
return System