AliasDictionary Class |
Namespace: GroupDocs.Search.Dictionaries
The AliasDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of aliases contained in the AliasDictionary.
|
![]() | FilePath |
Gets the dictionary file path.
(Inherited from DictionaryBase.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified pair of alias and associated text to this instance of the AliasDictionary.
|
![]() | AddRange(IEnumerableKeyValuePairString, String) |
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary.
|
![]() | AddRange(AliasReplacementPair) |
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary.
|
![]() | AddRange(IEnumerableAliasReplacementPair) |
Adds the specified collection of alias/replacement pairs to this instance of the AliasDictionary.
|
![]() | Clear |
Removes all aliases from a AliasDictionary object.
|
![]() | Contains |
Determines whether an AliasDictionary object contains the specified alias.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the alias dictionary to the specified text file.
(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.) |
![]() | GetText |
Gets a text that is associated with the specified alias.
|
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports an alias dictionary from the specified text file.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Does nothing.
(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.) |
![]() | Remove |
Removes the specified alias from an AliasDictionary object.
|
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |