ResolutionExtensionsInjectProperties Method |
| Name | Description | |
|---|---|---|
| InjectPropertiesTService(IComponentContext, TService) |
Set any properties on instance that can be
resolved in the context.
| |
| InjectPropertiesTService(IComponentContext, TService, IPropertySelector) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
| |
| InjectPropertiesTService(IComponentContext, TService, Parameter) |
Set any properties on instance that can be
resolved in the context.
| |
| InjectPropertiesTService(IComponentContext, TService, IEnumerableParameter) |
Set any properties on instance that can be
resolved in the context.
| |
| InjectPropertiesTService(IComponentContext, TService, IPropertySelector, Parameter) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
| |
| InjectPropertiesTService(IComponentContext, TService, IPropertySelector, IEnumerableParameter) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
|