Class NullInjectPropertiesService
- Namespace
- Volo.Abp.DependencyInjection
- Assembly
- Volo.Abp.Core.dll
[Dependency(TryRegister = true)]
public class NullInjectPropertiesService : IInjectPropertiesService, ITransientDependency
- Inheritance
-
NullInjectPropertiesService
- Implements
- Inherited Members
- Extension Methods
Constructors
NullInjectPropertiesService()
public NullInjectPropertiesService()
Methods
InjectProperties<TService>(TService)
Set any properties on instance
that can be resolved by IServiceProvider.
public 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.
public TService InjectUnsetProperties<TService>(TService instance) where TService : notnull
Parameters
instance
TService
Returns
- TService
Type Parameters
TService