Table of Contents

Class QuickFindNavigationService<T>

Namespace
Innova.Prism.Library.Search.Models
Assembly
Innova.Prism.Library.dll
public class QuickFindNavigationService<T> : IQuickFindNavigationService<T> where T : class

Type Parameters

T
Inheritance
QuickFindNavigationService<T>
Implements

Constructors

QuickFindNavigationService(IEventAggregator, IWindowDialogService, IEntityService<T>, ILogger<QuickFindNavigationService<T>>)

Methods

Search(QuickFindSearchItemViewModel<T>)
ShowResult(QuickFindSearchItemViewModel<T>, List<PrimaryKeys<T>>)