Class SynonymIndexer
- Inheritance
-
SynonymIndexer
- Implements
-
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
[TypeConverter(typeof(IndexerConverter))]
public sealed class SynonymIndexer : IEnumerable<string>, IEnumerable
- Extension Methods
-
Properties
IsEmpty
public bool IsEmpty { get; }
Property Value
this[string]
public string this[string cultureName] { get; set; }
Parameters
Type |
Name |
Description |
string |
cultureName |
|
Property Value
this[Culture]
public string this[Culture culture] { get; set; }
Parameters
Type |
Name |
Description |
Culture |
culture |
|
Property Value
Keys
public IEnumerable<string> Keys { get; }
Property Value
LinguisticCultures
public IEnumerable<Culture> LinguisticCultures { get; }
Property Value
Summary
public string Summary { get; }
Property Value
Methods
GetDisplayName(string)
Gets the value to display for a given key. Note, this is not the value of the object represented by the key.
public string GetDisplayName(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns
Refresh()