Class TranslationResults
Inheritance
System.Object
TranslationResults
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|---|
Sdl.TranslationStudio.Api.Editor.IEditorTranslationResults | editorTranslationResults |
Properties
CascadeMessages
Declaration
public List<CascadeMessage> CascadeMessages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CascadeMessage> |
LookupResults
Declaration
public SegmentAndSubsegmentSearchResultsMerged LookupResults { get; }
Property Value
Type | Description |
---|---|
SegmentAndSubsegmentSearchResultsMerged |
TranslationResultStatus
Declaration
public string TranslationResultStatus { get; }
Property Value
Type | Description |
---|---|
System.String |