Class DataImportationWorkerFactory
- Namespace
- JJMasterData.Core.DataManager.Importation
- Assembly
- JJMasterData.Core.dll
public class DataImportationWorkerFactory
- Inheritance
-
DataImportationWorkerFactory
- Inherited Members
-
Constructors
public DataImportationWorkerFactory(FormService formService, ExpressionsService expressionsService, IEntityRepository entityRepository, FieldValuesService fieldValuesService, IStringLocalizer<MasterDataResources> stringLocalizer, ILoggerFactory loggerFactory)
Parameters
formService
FormService
expressionsService
ExpressionsService
entityRepository
IEntityRepository
fieldValuesService
FieldValuesService
stringLocalizer
IStringLocalizer<MasterDataResources>
loggerFactory
ILoggerFactory
Properties
EntityRepository
public IEntityRepository EntityRepository { get; }
Property Value
- IEntityRepository
ExpressionsService
public ExpressionsService ExpressionsService { get; }
Property Value
- ExpressionsService
FieldValuesService
public FieldValuesService FieldValuesService { get; }
Property Value
- FieldValuesService
public FormService FormService { get; }
Property Value
- FormService
LoggerFactory
public ILoggerFactory LoggerFactory { get; }
Property Value
- ILoggerFactory
StringLocalizer
public IStringLocalizer<MasterDataResources> StringLocalizer { get; }
Property Value
- IStringLocalizer<MasterDataResources>
Methods
Create(DataImportationContext)
public DataImportationWorker Create(DataImportationContext context)
Parameters
context
DataImportationContext
Returns
- DataImportationWorker