Constructor ListViewModelService
ListViewModelService(IListEntityService<T, TList>, IEntityServiceConfiguration<T>, ILookupService, IWindowDialogService, IEventAggregator, ISelectorFactory, IEntityValidatorService, ILogger<ListViewModelService<T, TList>>)
Initializes a new instance of the ListViewModelService<T, TList> class.
protected ListViewModelService(IListEntityService<T, TList> entityService, IEntityServiceConfiguration<T> entityServiceConfiguration, ILookupService lookupService, IWindowDialogService windowDialogService, IEventAggregator eventAggregator, ISelectorFactory selectorFactory, IEntityValidatorService entityValidatorService, ILogger<ListViewModelService<T, TList>> logger)
Parameters
entityServiceIListEntityService<T, TList>The entity service for the list entity.
entityServiceConfigurationIEntityServiceConfiguration<T>The entity service configuration.
lookupServiceILookupServiceThe lookup service.
windowDialogServiceIWindowDialogServiceThe window dialog service.
eventAggregatorIEventAggregatorThe event aggregator.
selectorFactoryISelectorFactoryThe selector factory.
entityValidatorServiceIEntityValidatorServiceThe entity validator service.
loggerILogger<ListViewModelService<T, TList>>The logger.