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 |