Class NullInjectPropertiesService
Inheritance
NullInjectPropertiesService
Assembly: Volo.Abp.Core.dll
Syntax
[Dependency(TryRegister = true)]
public class NullInjectPropertiesService : IInjectPropertiesService, ITransientDependency
Constructors
NullInjectPropertiesService()
Declaration
public NullInjectPropertiesService()
Methods
InjectProperties<TService>(TService)
Declaration
public TService InjectProperties<TService>(TService instance) where TService : notnull
Parameters
Type |
Name |
Description |
TService |
instance |
|
Returns
Type |
Description |
TService |
|
Type Parameters
Name |
Description |
TService |
|
InjectUnsetProperties<TService>(TService)
Declaration
public TService InjectUnsetProperties<TService>(TService instance) where TService : notnull
Parameters
Type |
Name |
Description |
TService |
instance |
|
Returns
Type |
Description |
TService |
|
Type Parameters
Name |
Description |
TService |
|
Implements
Extension Methods