Search Results for

    Show / Hide Table of Contents

    Class AbstractAutoSuggestResult

    Base class for the AutoSuggest results.

    Inheritance
    System.Object
    AbstractAutoSuggestResult
    AutoSuggestTextResult
    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.TranslationStudioAutomation.IntegrationApi.AutoSuggest
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public abstract class AbstractAutoSuggestResult

    Constructors

    AbstractAutoSuggestResult(AbstractEditingContext)

    Initialize the instance of the AutoSuggest result.

    Declaration
    protected AbstractAutoSuggestResult(AbstractEditingContext context)
    Parameters
    Type Name Description
    AbstractEditingContext context

    The context of the AutoSuggest.

    Properties

    Context

    Gets the context of the current result

    Declaration
    public AbstractEditingContext Context { get; }
    Property Value
    Type Description
    AbstractEditingContext

    Icon

    Gets or sets the icon for this auto suggestion provider result. Can be null.

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

    Priority

    Determines the position of the suggestion data in the intellisense list Some standards used: 0.00 - highest priority - do not use unless the data must be top of the list 5.00 - very high priority 10.00 - high priority. This is the cut off for "first list", any lower priority values will be considered available for the second list 30.00 - medium (default value for the integration api) 50.00 - low

    Declaration
    public double Priority { get; set; }
    Property Value
    Type Description
    System.Double

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AbstractAutoSuggestResult(AbstractEditingContext)
    • Properties
      • Context
      • Icon
      • Priority
    • Extension Methods
    Back to top Generated by DocFX