Search Results for

    Show / Hide Table of Contents

    Class TranslationResultsController

    Inheritance
    object
    TranslationResultsController
    Implements
    ITranslationResultsController
    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.Editor.TranslationResults
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class TranslationResultsController : ITranslationResultsController

    Properties

    HasTranslationResults

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

    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
    Type Description
    bool

    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
    Type Description
    TranslationResults

    Events

    TranslationFinished

    Declaration
    public event EventHandler TranslationFinished
    Event Type
    Type Description
    EventHandler

    Implements

    ITranslationResultsController

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • HasTranslationResults
    • Methods
      • HasSearchResult(int)
      • SelectSearchResult(int, bool)
      • ShowTranslationResultsWindow()
      • TryGetCurrentTranslationResults()
    • Events
      • TranslationFinished
    • Implements
    • Extension Methods
    Back to top Generated by DocFX