Table of Contents

Constructor ViewModelService

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

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

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

Parameters

entityService IEntityService<T>
entityServiceConfiguration IEntityServiceConfiguration<T>
lookupService ILookupService
windowDialogService IWindowDialogService
eventAggregator IEventAggregator
entityValidatorService IEntityValidatorService
logger ILogger<ViewModelService<T>>