Table of Contents

Constructor SearchViewModelService

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

SearchViewModelService(IEntityService<T>, IEntityServiceConfiguration<T>, ILookupService, IWindowDialogService, IEventAggregator, IEntityValidatorService, ILogger<SearchViewModelService<T>>)

Initializes a new instance of the SearchViewModelService<T> class.

public SearchViewModelService(IEntityService<T> entityService, IEntityServiceConfiguration<T> entityServiceConfiguration, ILookupService lookupService, IWindowDialogService windowDialogService, IEventAggregator eventAggregator, IEntityValidatorService entityValidatorService, ILogger<SearchViewModelService<T>> logger)

Parameters

entityService IEntityService<T>

The entity service.

entityServiceConfiguration IEntityServiceConfiguration<T>

The entity service configuration.

lookupService ILookupService

The lookup service.

windowDialogService IWindowDialogService

The window dialog service.

eventAggregator IEventAggregator

The event aggregator.

entityValidatorService IEntityValidatorService

The entity validator service.

logger ILogger<SearchViewModelService<T>>

The logger.