Class EntityToEtoMapper
Inheritance
EntityToEtoMapper
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityToEtoMapper : IEntityToEtoMapper, ITransientDependency
Constructors
EntityToEtoMapper(IOptions<AbpDistributedEntityEventOptions>, IServiceScopeFactory)
Declaration
public EntityToEtoMapper(IOptions<AbpDistributedEntityEventOptions> options, IServiceScopeFactory hybridServiceScopeFactory)
Parameters
Properties
HybridServiceScopeFactory
Declaration
protected IServiceScopeFactory HybridServiceScopeFactory { get; }
Property Value
Options
Declaration
protected AbpDistributedEntityEventOptions Options { get; }
Property Value
Methods
Map(object)
Declaration
public object? Map(object entityObj)
Parameters
Type |
Name |
Description |
object |
entityObj |
|
Returns
Implements
Extension Methods