Class RadIsolatedStorageCustomDictionary
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.SpellChecker.Proofing
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public class RadIsolatedStorageCustomDictionary : WordDictionary, ICustomWordDictionary, IWordDictionary, IDisposable
  Constructors
RadIsolatedStorageCustomDictionary()
Declaration
public RadIsolatedStorageCustomDictionary()
  RadIsolatedStorageCustomDictionary(IsolatedStorageScope)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
  Parameters
| 
        IsolatedStorageScope
        storageScope
         
  | 
    
RadIsolatedStorageCustomDictionary(IsolatedStorageScope, String)
Declaration
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
  Parameters
| 
        IsolatedStorageScope
        storageScope
         
  | 
    
| 
        System.String
        customDictionaryName
         
  | 
    
Fields
DefaultDictionaryName
Declaration
public static readonly string DefaultDictionaryName
  Field Value
| 
        System.String
         
  | 
    
DefaultIsolatedStorageScope
Declaration
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope
  Field Value
| 
        IsolatedStorageScope
         
  | 
    
Properties
AutoUpdateIsolatedStorage
Declaration
public bool AutoUpdateIsolatedStorage { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Methods
AddWord(String)
Declaration
public void AddWord(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Implements
ClearWords()
Declaration
public void ClearWords()
  Dispose()
Declaration
public void Dispose()
  Implements
System.IDisposable.Dispose()
  
  
  
  
  ReadIsolatedStorage()
Declaration
public void ReadIsolatedStorage()
  RemoveWord(String)
Declaration
public void RemoveWord(string word)
  Parameters
| 
        System.String
        word
         
  | 
    
Implements
UpdateIsolatedStorage()
Declaration
public void UpdateIsolatedStorage()