Class SynonymIndexer
Inheritance
SynonymIndexer
Assembly: TOMWrapper.dll
Syntax
[TypeConverter(typeof(IndexerConverter))]
public sealed class SynonymIndexer : IEnumerable<string>, IEnumerable
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
this[string]
Declaration
public string this[string cultureName] { get; set; }
Parameters
Type |
Name |
Description |
string |
cultureName |
|
Property Value
this[Culture]
Declaration
public string this[Culture culture] { get; set; }
Parameters
Type |
Name |
Description |
Culture |
culture |
|
Property Value
Keys
Declaration
public IEnumerable<string> Keys { get; }
Property Value
LinguisticCultures
Declaration
public IEnumerable<Culture> LinguisticCultures { get; }
Property Value
Summary
Declaration
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.
Declaration
public string GetDisplayName(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
GetEnumerator()
Declaration
public IEnumerator<string> GetEnumerator()
Returns
Refresh()
Declaration
Implements
Extension Methods