Class TranslationProviderDisplayInfo
Represents information about a translation provider (ITranslationProvider) that can be used to display this translation provider in a user interface. The translation provider plug-in has to provide an implementation of ITranslationProviderWinFormsUI which supports getting display information through calling GetDisplayInfo(Uri, string).
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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 (SearchResult) was generated by this particular translation provider.
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 |