Table of Contents

Interface IInjectPropertiesService

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public interface IInjectPropertiesService
Extension Methods

Methods

InjectProperties<TService>(TService)

Set any properties on instance that can be resolved by IServiceProvider.

TService InjectProperties<TService>(TService instance) where TService : notnull

Parameters

instance TService

Returns

TService

Type Parameters

TService

InjectUnsetProperties<TService>(TService)

Set any null-valued properties on instance that can be resolved by the IServiceProvider.

TService InjectUnsetProperties<TService>(TService instance) where TService : notnull

Parameters

instance TService

Returns

TService

Type Parameters

TService