CharacterReplacementDictionary Class |
Namespace: GroupDocs.Search.Dictionaries
The CharacterReplacementDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of characters contained in this CharacterReplacementDictionary.
|
![]() | FilePath |
Gets the dictionary file path.
(Inherited from DictionaryBase.) |
Name | Description | |
---|---|---|
![]() | AddRange(IEnumerableKeyValuePairChar, Char) |
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
|
![]() | AddRange(CharacterReplacementPair) |
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
|
![]() | AddRange(IEnumerableCharacterReplacementPair) |
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
|
![]() | Clear |
Removes all character replacements from a CharacterReplacementDictionary object.
|
![]() | Contains |
Determines whether a CharacterReplacementDictionary object contains a replacement for the specified character.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the character dictionary to a file with the specified name.
(Overrides DictionaryBaseExport(String).) |
![]() | ExportDictionary |
Exports the dictionary to a file with the specified name.
(Inherited from DictionaryBase.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetReplacement |
Gets a replacement for the specified character.
|
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports the character replacement collection from a file with the specified name.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Loads the default dictionary data.
(Overrides DictionaryBaseLoadDefault.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge |
Merges the specified dictionary into the current dictionary.
(Overrides DictionaryBaseMerge(DictionaryBase).) |
![]() | NotifyChanged |
Notifies about the dictionary changed.
(Inherited from DictionaryBase.) |
![]() | RemoveRange(Char) |
Removes the specified collection of character replacements from this instance of the CharacterReplacementDictionary.
|
![]() | RemoveRange(IEnumerableChar) |
Removes the specified collection of character replacements from this instance of the CharacterReplacementDictionary.
|
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |