Method | Description | |
---|---|---|
AssignProviderCallback ( IBindingConfiguration bindingConfiguration, |
Assigns the provider callback to the building configuration.
|
|
Create ( IContext context ) : object |
Creates an instance within the specified context.
|
|
GetCreationCallback ( |
Gets a callback that creates an instance of the StandardProvider for the specified type and constructor.
|
|
GetCreationCallback ( |
Gets a callback that creates an instance of the StandardProvider for the specified type.
|
|
GetImplementationType ( |
Gets the implementation type that the provider will activate an instance of for the specified service.
|
|
GetValue ( IContext context, ITarget target ) : object |
Gets the value to inject into the specified target.
|
|
StandardProvider ( |
Initializes a new instance of the StandardProvider class.
|
Method | Description | |
---|---|---|
DetermineConstructorInjectionDirective ( IContext context ) : ConstructorInjectionDirective |
public static AssignProviderCallback ( IBindingConfiguration bindingConfiguration, |
||
bindingConfiguration | IBindingConfiguration | /// The building configuration. /// |
prototype | /// The prototype. /// | |
return | void |
public Create ( IContext context ) : object | ||
context | IContext | The context. |
return | object |
public static GetCreationCallback ( |
||
prototype | The prototype the provider instance will create. | |
constructor | The constructor. | |
return | IProvider>.Func |
public static GetCreationCallback ( |
||
prototype | The prototype the provider instance will create. | |
selector | ISelector | The selector. |
return | IProvider>.Func |
public GetImplementationType ( |
||
service | The service in question. | |
return |
public GetValue ( IContext context, ITarget target ) : object | ||
context | IContext | The context. |
target | ITarget | The target. |
return | object |
public StandardProvider ( |
||
type | The type (or prototype) of instances the provider creates. | |
constructorScorer | IConstructorScorer | The constructor scorer component. |
return | System |