Search Results for

    Show / Hide Table of Contents

    Class AutoSuggestSettings

    Default class for the AutoSuggest settings

    Inheritance
    object
    AutoSuggestSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.AutoSuggest
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class AutoSuggestSettings

    Constructors

    AutoSuggestSettings(IIntellisensePreferenceGeneral)

    Declaration
    public AutoSuggestSettings(IIntellisensePreferenceGeneral preference)
    Parameters
    Type Name Description
    IIntellisensePreferenceGeneral preference

    Properties

    CaseSensitive

    Get settings property: case sensitive

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

    Enabled

    Determines if the AutoSuggest provider should be enabled or disabled.

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

    MaxSuggestions

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

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

    MinSuggestionChars

    Get the settings property : minimum suggestion chars

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

    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
    bool

    Priority

    The priority of the results.

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

    SortOrder

    Get settings property: the sort order of the AutoSuggest items

    Declaration
    public SuggestionSortOrder SortOrder { get; }
    Property Value
    Type Description
    SuggestionSortOrder

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • AutoSuggestSettings(IIntellisensePreferenceGeneral)
    • Properties
      • CaseSensitive
      • Enabled
      • MaxSuggestions
      • MinSuggestionChars
      • OnlyShowSuggestionsNotInTarget
      • Priority
      • SortOrder
    • Extension Methods
    Back to top Generated by DocFX