Table of Contents

Class QuickSearchViewModel

Namespace
Innova.Prism.Library.Search.ViewModels
Assembly
Innova.Prism.Library.dll
public class QuickSearchViewModel : BaseActiveAwareViewModel, INotifyPropertyChanged, IActiveAware
Inheritance
QuickSearchViewModel
Implements
IActiveAware

Constructors

QuickSearchViewModel(IEventAggregator, IQuickFindService)

Properties

EventAggregator
MinCharacterCount
QuickFindService
SearchCommand
SearchItems
SearchText
SelectedSearchItem
ShowQuickFind

Methods

InitializeSearch()
OnCanSearch()
OnIsActiveChanged()

Raises the IsActiveChanged event and manages the addition or removal of subscriptions based on the active state.

OnSearch()
OnSelectedSearchItemChanged()