Class TranslationResultsController
Inheritance
TranslationResultsController
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTranslationResults
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class TranslationResultsController : ITranslationResultsController
Properties
HasTranslationResults
Declaration
public bool HasTranslationResults { get; }
Property Value
Methods
HasSearchResult(int)
Returns true if there is a search result for the given row number
Declaration
public bool HasSearchResult(int rowNumber)
Parameters
Type |
Name |
Description |
int |
rowNumber |
|
Returns
SelectSearchResult(int, bool)
Selects the result at the given row number
Declaration
public void SelectSearchResult(int rowNumber, bool applyToActiveSegment)
Parameters
Type |
Name |
Description |
int |
rowNumber |
|
bool |
applyToActiveSegment |
if this is true, the result is applied on the active segment
|
ShowTranslationResultsWindow()
Brings Translation Results window into View
Declaration
public void ShowTranslationResultsWindow()
TryGetCurrentTranslationResults()
Returns the current translation results
Declaration
public TranslationResults TryGetCurrentTranslationResults()
Returns
Events
TranslationFinished
Declaration
public event EventHandler TranslationFinished
Event Type
Implements
Extension Methods