Constructor EditViewModelService
EditViewModelService(IEditEntityService<T, TEdit>, IEntityServiceConfiguration<T>, ILookupService, IWindowDialogService, IEventAggregator, IEntityValidatorService, ILogger<EditViewModelService<T, TEdit>>)
Initializes a new instance of the EditViewModelService<T, TEdit> class.
protected EditViewModelService(IEditEntityService<T, TEdit> entityService, IEntityServiceConfiguration<T> entityServiceConfiguration, ILookupService lookupService, IWindowDialogService windowDialogService, IEventAggregator eventAggregator, IEntityValidatorService entityValidatorService, ILogger<EditViewModelService<T, TEdit>> logger)
Parameters
entityServiceIEditEntityService<T, TEdit>The entity service for editing.
entityServiceConfigurationIEntityServiceConfiguration<T>The entity service configuration.
lookupServiceILookupServiceThe lookup service.
windowDialogServiceIWindowDialogServiceThe window dialog service.
eventAggregatorIEventAggregatorThe event aggregator.
entityValidatorServiceIEntityValidatorServiceThe entity validator service.
loggerILogger<EditViewModelService<T, TEdit>>The logger.