C# 클래스 ParkerFox.Infrastructure.Web.NinjectScope

http://www.strathweb.com/2012/05/using-ninject-with-the-latest-asp-net-web-api-source/
상속: IDependencyScope
파일 보기 프로젝트 열기: KHProjects/KH-Parker-Fox

보호된 프로퍼티들

프로퍼티 타입 설명
_resolutionRoot IResolutionRoot

공개 메소드들

메소드 설명
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
NinjectScope ( IResolutionRoot resolutionRoot ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

GetServices() 공개 메소드

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
리턴 IEnumerable

NinjectScope() 공개 메소드

public NinjectScope ( IResolutionRoot resolutionRoot ) : System
resolutionRoot IResolutionRoot
리턴 System

프로퍼티 상세

_resolutionRoot 보호되어 있는 프로퍼티

protected IResolutionRoot _resolutionRoot
리턴 IResolutionRoot