Method | Description | |
---|---|---|
Score ( IContext context, ConstructorInjectionDirective directive ) : int |
Gets the score for the specified constructor.
|
Method | Description | |
---|---|---|
BindingExists ( IContext context, ITarget target ) : bool |
Checkes whether a binding exists for a given target.
|
|
BindingExists ( IReadOnlyKernel kernel, IContext context, ITarget target ) : bool |
Checkes whether a binding exists for a given target on the specified kernel.
|
|
ParameterExists ( IContext context, ITarget target ) : bool |
Checks whether any parameters exist for the given target..
|
Method | Description | |
---|---|---|
GetTargetType ( ITarget target ) : |
protected BindingExists ( IContext context, ITarget target ) : bool | ||
context | IContext | The context. |
target | ITarget | The target. |
return | bool |
protected BindingExists ( IReadOnlyKernel kernel, IContext context, ITarget target ) : bool | ||
kernel | IReadOnlyKernel | The kernel. |
context | IContext | The context. |
target | ITarget | The target. |
return | bool |
protected ParameterExists ( IContext context, ITarget target ) : bool | ||
context | IContext | The context. |
target | ITarget | The target. |
return | bool |
public Score ( IContext context, ConstructorInjectionDirective directive ) : int | ||
context | IContext | The injection context. |
directive | ConstructorInjectionDirective | The constructor. |
return | int |