Model layer class backing the SearchSuggestion Control.
| C# | Visual Basic | Visual C++ |
public class SearchSuggestionsModel
Public Class SearchSuggestionsModel
public ref class SearchSuggestionsModel
| 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 attempt to free resources and perform other cleanup operations before the Object 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.) |
Can be sub-classed to override default behavior.
| Object | |
| SearchSuggestionsModel | |