Constructor InsertViewModelService
InsertViewModelService(IInsertEntityService<T, TInsert>, IEntityServiceConfiguration<T>, ILookupService, IWindowDialogService, IEventAggregator, IEntityValidatorService, ILogger<InsertViewModelService<T, TInsert>>)
Initializes a new instance of the InsertViewModelService<T, TInsert> class.
protected InsertViewModelService(IInsertEntityService<T, TInsert> entityService, IEntityServiceConfiguration<T> entityServiceConfiguration, ILookupService lookupService, IWindowDialogService windowDialogService, IEventAggregator eventAggregator, IEntityValidatorService entityValidatorService, ILogger<InsertViewModelService<T, TInsert>> logger)
Parameters
entityService
IInsertEntityService<T, TInsert>The entity service for inserting entities.
entityServiceConfiguration
IEntityServiceConfiguration<T>The entity service configuration.
lookupService
ILookupServiceThe lookup service.
windowDialogService
IWindowDialogServiceThe window dialog service.
eventAggregator
IEventAggregatorThe event aggregator.
entityValidatorService
IEntityValidatorServiceThe entity validator service.
logger
ILogger<InsertViewModelService<T, TInsert>>The logger.