Search Results for

    Show / Hide Table of Contents

    Class AutoSuggestSettings

    Default class for the AutoSuggest settings

    Inheritance
    System.Object
    AutoSuggestSettings
    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 class AutoSuggestSettings

    Constructors

    AutoSuggestSettings()

    Declaration
    public AutoSuggestSettings()

    Properties

    CaseSensitive

    Get settings property: case sensitive

    Declaration
    public bool CaseSensitive { get; }
    Property Value
    Type Description
    System.Boolean

    Enabled

    Determines if the AutoSuggest provider should be enabled or disabled.

    Declaration
    public virtual bool Enabled { get; }
    Property Value
    Type Description
    System.Boolean

    MaxSuggestions

    Get the settings property: maximum number of suggestions allowed in the AutoSuggest list

    Declaration
    public int MaxSuggestions { get; }
    Property Value
    Type Description
    System.Int32

    MinSuggestionChars

    Get the settings property : minimum suggestion chars

    Declaration
    public int MinSuggestionChars { get; }
    Property Value
    Type Description
    System.Int32

    OnlyShowSuggestionsNotInTarget

    Get settings property: only show the suggestion if it is not in the target segment yet

    Declaration
    public bool OnlyShowSuggestionsNotInTarget { get; }
    Property Value
    Type Description
    System.Boolean

    Priority

    The priority of the results.

    Declaration
    public virtual int Priority { get; }
    Property Value
    Type Description
    System.Int32

    SortOrder

    Get settings property: the sort order of the AutoSuggest items

    Declaration
    public SuggestionSortOrder SortOrder { get; }
    Property Value
    Type Description
    Sdl.TranslationStudio.Api.Editor.SuggestionSortOrder

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AutoSuggestSettings()
    • Properties
      • CaseSensitive
      • Enabled
      • MaxSuggestions
      • MinSuggestionChars
      • OnlyShowSuggestionsNotInTarget
      • Priority
      • SortOrder
    • Extension Methods
    Back to top Generated by DocFX