Table of Contents

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

Type Description
bool

this[string]

public string this[string cultureName] { get; set; }

Parameters

Type Name Description
string cultureName

Property Value

Type Description
string

this[Culture]

public string this[Culture culture] { get; set; }

Parameters

Type Name Description
Culture culture

Property Value

Type Description
string

Keys

public IEnumerable<string> Keys { get; }

Property Value

Type Description
IEnumerable<string>

LinguisticCultures

public IEnumerable<Culture> LinguisticCultures { get; }

Property Value

Type Description
IEnumerable<Culture>

Summary

public string Summary { get; }

Property Value

Type Description
string

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

Type Description
string

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns

Type Description
IEnumerator<string>

Refresh()

public void Refresh()