Yaaf.DependencyInjection


Yaaf.DependencyInjection

Overview

Ninject.Extensions.ChildKernel
Yaaf.DependencyInjection

Back to top Ninject.Extensions.ChildKernel Namespace

TypeDescription
ChildActivationCache

The activation cache of child kernels.

ChildKernel

This is a kernel with a parent kernel. Any binding that can not be resolved by this kernel is forwarded to the parent.

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.

IChildKernel

A kernel that has a parent for fall back.

Back to top Yaaf.DependencyInjection Namespace

TypeDescription
DependencyException
IBinder<'TService>
IKernel
NinjectKernelCreator
SimpleInjectorKernelCreator
Fork me on GitHub