C# Class NuGetGallery.Dashboard.App_Start.NinjectWebApiDependencyScope

Inheritance: IDependencyScope
Show file Open project: NuGet/OpsDashboard

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
NinjectWebApiDependencyScope ( IResolutionRoot root ) : 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

NinjectWebApiDependencyScope() public method

public NinjectWebApiDependencyScope ( IResolutionRoot root ) : System
root IResolutionRoot
return System