ResolutionExtensions.InjectProperties Method |
Name | Description | |
---|---|---|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService) |
Set any properties on instance that can be
resolved in the context.
|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService, IPropertySelector) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService,Parameter[]) |
Set any properties on instance that can be
resolved in the context.
|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService, IEnumerable<Parameter>) |
Set any properties on instance that can be
resolved in the context.
|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService, IPropertySelector,Parameter[]) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
|
![]() ![]() | InjectProperties<TService>(IComponentContext, TService, IPropertySelector, IEnumerable<Parameter>) |
Set any properties on instance that can be resolved by service and that satisfy the
constraints imposed by propertySelector.
|