Class TranslationResults
Inheritance
TranslationResults
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiSdl.TranslationStudioAutomation.IntegrationApi.EditorTranslationResults
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
LookupResults
Declaration
public SegmentAndSubsegmentSearchResultsMerged LookupResults { get; }
Property Value
TranslationResultStatus
Declaration
public string TranslationResultStatus { get; }
Property Value
Extension Methods