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
Inheritance
Object
TerminologyProviderDisplayInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Terminology.TerminologyProvider.Core
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 |