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()
Default class for the AutoSuggest settings
Declaration
public AutoSuggestSettings()
Properties
CaseSensitive
Get settings property: case sensitive
Declaration
public bool CaseSensitive { get; }
Property Value
Type | Description |
---|---|
Boolean |
Enabled
Determines if the AutoSuggest provider should be enabled or disabled.
Declaration
public virtual bool Enabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
MaxSuggestions
Get the settings property: maximum number of suggestions allowed in the AutoSuggest list
Declaration
public int MaxSuggestions { get; }
Property Value
Type | Description |
---|---|
Int32 |
MinSuggestionChars
Get the settings property : minimum suggestion chars
Declaration
public int MinSuggestionChars { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
Boolean |
Priority
The priority of the results.
Declaration
public virtual int Priority { get; }
Property Value
Type | Description |
---|---|
Int32 |
SortOrder
Get settings property: the sort order of the AutoSuggest items
Declaration
public SuggestionSortOrder SortOrder { get; }
Property Value
Type | Description |
---|---|
SuggestionSortOrder |