C# Class ParkerFox.Infrastructure.Web.NinjectScope

http://www.strathweb.com/2012/05/using-ninject-with-the-latest-asp-net-web-api-source/
Inheritance: IDependencyScope
显示文件 Open project: KHProjects/KH-Parker-Fox

Protected Properties

Property Type Description
_resolutionRoot IResolutionRoot

Public Methods

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

NinjectScope() public method

public NinjectScope ( IResolutionRoot resolutionRoot ) : System
resolutionRoot IResolutionRoot
return System

Property Details

_resolutionRoot protected_oe property

protected IResolutionRoot _resolutionRoot
return IResolutionRoot