Table of Contents

Class SearchViewModelService<T>

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

Represents a service for the search view model.

public class SearchViewModelService<T> : ViewModelService<T>, IViewModelService<T> where T : class

Type Parameters

T

The type of the entity.

Inheritance
SearchViewModelService<T>
Implements

Constructors

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

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