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