C# 클래스 Ninject.Extensions.ChildKernel.ChildKernelConstructorScorer

Scores constructors by either looking for the existence of an injection marker attribute, or by counting the number of parameters including those defined on parent kernels.
상속: Ninject.Selection.Heuristics.StandardConstructorScorer
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.ChildKernel

보호된 메소드들

메소드 설명
BindingExists ( IKernel kernel, IContext context, ITarget target ) : bool

Checkes whether a binding exists for a given target on the specified kernel.

비공개 메소드들

메소드 설명
BindingExistsOnParentKernel ( IKernel kernel, IContext context, ITarget target ) : bool

Checkes whether a binding exists for a given target on the parent of the specified kernel.

메소드 상세

BindingExists() 보호된 메소드

Checkes whether a binding exists for a given target on the specified kernel.
protected BindingExists ( IKernel kernel, IContext context, ITarget target ) : bool
kernel IKernel The kernel.
context IContext The context.
target ITarget The target.
리턴 bool