Search Results for

    Show / Hide Table of Contents

    Class TerminologyProviderDisplayInfo

    Inheritance
    System.Object
    TerminologyProviderDisplayInfo
    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.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class TerminologyProviderDisplayInfo

    Constructors

    TerminologyProviderDisplayInfo()

    Declaration
    public TerminologyProviderDisplayInfo()

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    SearchResultIcon

    Declaration
    public Icon SearchResultIcon { get; set; }
    Property Value
    Type Description
    System.Drawing.Icon

    TerminologyProviderIcon

    Declaration
    public Icon TerminologyProviderIcon { get; set; }
    Property Value
    Type Description
    System.Drawing.Icon

    TooltipText

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • TerminologyProviderDisplayInfo()
    • Properties
      • Name
      • SearchResultIcon
      • TerminologyProviderIcon
      • TooltipText
    Back to top Generated by DocFX