Search Results for

    Show / Hide Table of Contents

    Class TranslationResults

    Inheritance
    object
    TranslationResults
    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 TranslationResults

    Constructors

    TranslationResults(IEditorTranslationResults)

    Declaration
    public TranslationResults(IEditorTranslationResults editorTranslationResults)
    Parameters
    Type Name Description
    IEditorTranslationResults editorTranslationResults

    Properties

    CascadeMessages

    Declaration
    public List<CascadeMessage> CascadeMessages { get; }
    Property Value
    Type Description
    List<CascadeMessage>

    LookupResults

    Declaration
    public SegmentAndSubsegmentSearchResultsMerged LookupResults { get; }
    Property Value
    Type Description
    SegmentAndSubsegmentSearchResultsMerged

    TranslationResultStatus

    Declaration
    public string TranslationResultStatus { get; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • TranslationResults(IEditorTranslationResults)
    • Properties
      • CascadeMessages
      • LookupResults
      • TranslationResultStatus
    • Extension Methods
    Back to top Generated by DocFX