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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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