Class TranslationProviderDisplayInfo
Represents information about a translation provider (ITranslation
Inherited Members
Namespace: Sdl.LanguagePlatform .TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class TranslationProviderDisplayInfo
Constructors
TranslationProviderDisplayInfo()
Declaration
public TranslationProviderDisplayInfo()
Properties
Name
Gets the display name of the translation provider.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchResultImage
Gets an image that can be used to represent the fact that a certain search result (Search
Declaration
public Image SearchResultImage { get; set; }
Property Value
Type | Description |
---|---|
Image |
TooltipText
Gets descriptive text that can be shown in a tooltip or similar.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
string |
TranslationProviderIcon
Gets an image that can be used to represent this translation provider.
Declaration
public Icon TranslationProviderIcon { get; set; }
Property Value
Type | Description |
---|---|
Icon |