Model layer class backing the SearchSuggestion Control.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class SearchSuggestionsModel
public class SearchSuggestionsModel
Public Class SearchSuggestionsModel
Public Class SearchSuggestionsModel
public ref class SearchSuggestionsModel
public ref class SearchSuggestionsModel
type SearchSuggestionsModel = class end
type SearchSuggestionsModel = class end
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) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
FoundSpellingError |
Called when a spelling error is found - provides opportunity to adjust the suggestions.
| |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (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()()()() | (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: 2015.6.15.120