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).
Inheritance
System.Object
TranslationProviderDisplayInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.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 |
---|---|
System.Drawing.Image |
TooltipText
Gets descriptive text that can be shown in a tooltip or similar.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TranslationProviderIcon
Gets an image that can be used to represent this translation provider.
Declaration
public Icon TranslationProviderIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Icon |