ISearchManager interface
Namespace: NextDesign.Core
Description
Search Manager
Affiliation area
Name | Description |
---|---|
Search/error/output | APIs for accessing error information, search results, and the output window. |
Property
Name | Description |
---|---|
AllResults | All search result information |
HasSearchResultEntry | Is the search result registered |
Method
Name | Description |
---|---|
ClearResults | Clears all search result information. |
Create | Creates a search service object. |
FindResultByModel | Finds search result information for the given model. |
RemoveResult | Removes the specified search result. Do nothing if you specify search results that have already been deleted. |
RemoveResults | Removes all specified search results. Ignore search results that have already been deleted. |