Class TerminologyProviderDisplayInfo
Represents information about a terminology provider (ITerminologyProvider) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class TerminologyProviderDisplayInfo
Constructors
TerminologyProviderDisplayInfo()
Declaration
public TerminologyProviderDisplayInfo()
Properties
Name
Gets the display name of the terminology provider.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchResultIcon
Gets an image that can be used to represent the fact that a certain search result (SearchResult) was generated by this particular terminology provider.
Declaration
public Icon SearchResultIcon { get; set; }
Property Value
Type | Description |
---|---|
Icon |
TerminologyProviderIcon
Gets an image that can be used to represent this terminology provider.
Declaration
public Icon TerminologyProviderIcon { get; set; }
Property Value
Type | Description |
---|---|
Icon |
TooltipText
Gets descriptive text that can be shown in a tooltip or similar.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
string |