Interface IInjectPropertiesService
Assembly: Volo.Abp.Core.dll
Syntax
public interface IInjectPropertiesService
Methods
InjectProperties<TService>(TService)
Declaration
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
TService InjectUnsetProperties<TService>(TService instance) where TService : notnull
Parameters
Type |
Name |
Description |
TService |
instance |
|
Returns
Type |
Description |
TService |
|
Type Parameters
Name |
Description |
TService |
|
Extension Methods