Constructor ShowViewModelService
ShowViewModelService(IShowEntityService<T, TShow>, IEntityServiceConfiguration<T>, ILookupService, IWindowDialogService, IEventAggregator, IEntityValidatorService, ILogger<ViewModelService<T>>)
Initializes a new instance of the ShowViewModelService<T, TShow> class.
public ShowViewModelService(IShowEntityService<T, TShow> entityService, IEntityServiceConfiguration<T> entityServiceConfiguration, ILookupService lookupService, IWindowDialogService windowDialogService, IEventAggregator eventAggregator, IEntityValidatorService entityValidatorService, ILogger<ViewModelService<T>> logger)
Parameters
entityServiceIShowEntityService<T, TShow>The entity service for showing entities.
entityServiceConfigurationIEntityServiceConfiguration<T>The entity service configuration.
lookupServiceILookupServiceThe lookup service.
windowDialogServiceIWindowDialogServiceThe window dialog service.
eventAggregatorIEventAggregatorThe event aggregator.
entityValidatorServiceIEntityValidatorServiceThe entity validator service.
loggerILogger<ViewModelService<T>>The logger.