Class AutoSuggestTextResult
Simple text only result provided as suggestion.
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 AutoSuggestTextResult : AbstractAutoSuggestResult
Constructors
AutoSuggestTextResult(AbstractEditingContext)
Creates an empty string result for the specified editing context
Declaration
public AutoSuggestTextResult(AbstractEditingContext editingContext)
Parameters
Type | Name | Description |
---|---|---|
AbstractEditingContext | editingContext | The editing context of the suggested result. |
AutoSuggestTextResult(AbstractEditingContext, String)
Creates a specified string result for the specified editing context
Declaration
public AutoSuggestTextResult(AbstractEditingContext editingContext, string autosuggestText)
Parameters
Type | Name | Description |
---|---|---|
AbstractEditingContext | editingContext | The editing context of the suggested result. |
String | autosuggestText | String containg the text suggestion. |
Properties
Text
The string containg the text to be suggested.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |