Class
RadNonPersistentCustomDictionary

Definition

Namespace:Telerik.WinControls.SpellChecker.Proofing

Assembly:Telerik.WinControls.SpellChecker.dll

Syntax:

cs-api-definition
public class RadNonPersistentCustomDictionary : WordDictionary, ICustomWordDictionary, IWordDictionary

Inheritance: objectWordDictionaryRadNonPersistentCustomDictionary

Implements: ICustomWordDictionaryIWordDictionary

Inherited Members WordDictionary.emptyStringArrayWordDictionary.allWordsWordDictionary.metaphoneByWordWordDictionary.wordsByMetaphoneWordDictionary.wordsByMetaphoneAlternateWordDictionary.Init(int)WordDictionary.Load(IEnumerable<string>)WordDictionary.AddWordToMetaphoneDictionaries(string, string, string)WordDictionary.RemoveWordFromMetaphoneDictionaries(string, string, string)WordDictionary.ContainsWord(string)WordDictionary.GetMetaphoneKey(string)WordDictionary.GetWordsByMetaphoneKey(string)WordDictionary.Load(Stream)WordDictionary.EnsureDictionaryLoaded()WordDictionary.EnsureDictionaryLoadedOverride()WordDictionary.OnDataChanged()WordDictionary.DictionaryLoadedWordDictionary.WordsWordDictionary.DataChanged

Constructors

RadNonPersistentCustomDictionary()

Declaration

cs-api-definition
public RadNonPersistentCustomDictionary()

Methods

AddWord(string)

Declaration

cs-api-definition
public void AddWord(string word)

Parameters

word

string

Implements ICustomWordDictionary.AddWord(string)

RemoveWord(string)

Declaration

cs-api-definition
public void RemoveWord(string word)

Parameters

word

string

Implements ICustomWordDictionary.RemoveWord(string)