Click or drag to resize

ResolutionExtensionsInjectProperties Method

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