Method | Description | |
---|---|---|
BindingExists ( IKernel kernel, IContext context, ITarget target ) : bool |
Checkes whether a binding exists for a given target on the specified kernel.
|
Method | Description | |
---|---|---|
BindingExistsOnParentKernel ( IKernel kernel, IContext context, ITarget target ) : bool |
Checkes whether a binding exists for a given target on the parent of the specified kernel.
|
protected BindingExists ( IKernel kernel, IContext context, ITarget target ) : bool | ||
kernel | IKernel | The kernel. |
context | IContext | The context. |
target | ITarget | The target. |
return | bool |