Table of Contents

Interface IQuickFindSubSearchItemViewModel

Namespace
Innova.Prism.Infrastructure.Interfaces
Assembly
Innova.Prism.Infrastructure.dll

Represents a view model for a sub-search item in the quick find feature.

public interface IQuickFindSubSearchItemViewModel

Properties

SearchGuid

Gets the unique identifier for the search associated with the sub-search item.

Methods

GetEntityName()

Gets the name of the entity associated with the sub-search item.

GetEntityQuery()

Gets the search query for the entity associated with the sub-search item.

PublishShowListEvent()

Publishes an event to show the list of entities associated with the sub-search item.