Model layer class backing the SearchSuggestion Control.
Declaration Syntax
C# | Visual Basic |
public class SearchSuggestionsModel
Public Class SearchSuggestionsModel
Members
All Members | Constructors | Methods | Fields | Events | |
Icon | Member | Description |
---|---|---|
SearchSuggestionsModel()()()() | ||
BuildSuggestedExpression(String, String, LanguageType, SpellingSuggestionSource, Configuration, Int32, GroupElement, String) | ||
CreateSuggestions(String) |
Creates list of suggestions to be passed as argument to FoundSpellingError event, for finalization.
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FoundSpellingError |
Called when a spelling error is found - provides opportunity to adjust the suggestions.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NeedSuggestionForWord(String) |
Determines whether the word in the search query should be flagged and suggestions found for it.
| |
numberOfSearchResults |
The number of search results that the SearchResult control found.
| |
OnFoundSpellingError(FoundSpellingErrorEventArgs) |
Called when a misspelled word is found, raises the FoundSpellingError event.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Can be sub-classed to override default behavior.
Inheritance Hierarchy
Object | |
SearchSuggestionsModel |
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610