Click or drag to resize

ResolutionExtensions.InjectProperties Method

Overload List
  NameDescription
Public methodStatic memberInjectProperties<TService>(IComponentContext, TService)
Set any properties on instance that can be resolved in the context.
Public methodStatic memberInjectProperties<TService>(IComponentContext, TService, IPropertySelector)
Set any properties on instance that can be resolved by service and that satisfy the constraints imposed by propertySelector.
Public methodStatic memberInjectProperties<TService>(IComponentContext, TService,Parameter[])
Set any properties on instance that can be resolved in the context.
Public methodStatic memberInjectProperties<TService>(IComponentContext, TService, IEnumerable<Parameter>)
Set any properties on instance that can be resolved in the context.
Public methodStatic memberInjectProperties<TService>(IComponentContext, TService, IPropertySelector,Parameter[])
Set any properties on instance that can be resolved by service and that satisfy the constraints imposed by propertySelector.
Public methodStatic memberInjectProperties<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.
Top
See Also