Class InputLanguagePair
Inheritance
Object
InputLanguagePair
Implements
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class InputLanguagePair : IInputLanguageDirectionData
Constructors
InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData)
Declaration
public InputLanguagePair(IInputTranslationMemory inputTranslationMemory, ILegacyLanguageDirectionData legacyLanguagePair)
Parameters
Type | Name | Description |
---|---|---|
IInputTranslationMemory | inputTranslationMemory | |
ILegacyLanguageDirectionData | legacyLanguagePair |
Properties
ImportCompatibilitySettings
Declaration
public ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; }
Property Value
Type | Description |
---|---|
ImportSettings.ImportTUProcessingMode |
ImportPlainText
Declaration
public bool ImportPlainText { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ImportStatistics
Declaration
public ImportStatistics ImportStatistics { get; }
Property Value
Type | Description |
---|---|
ImportStatistics |
ImportTuUpdateModeSettings
Declaration
public ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; }
Property Value
Type | Description |
---|---|
ImportSettings.TUUpdateMode |
InvalidTranslationUnitsExportPath
Declaration
public string InvalidTranslationUnitsExportPath { get; set; }
Property Value
Type | Description |
---|---|
String |
IsImportComplete
Declaration
public bool IsImportComplete { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
LanguageDirectionData
Declaration
public ILegacyLanguageDirectionData LanguageDirectionData { get; }
Property Value
Type | Description |
---|---|
ILegacyLanguageDirectionData |
TranslationMemory
Declaration
public IInputTranslationMemory TranslationMemory { get; }
Property Value
Type | Description |
---|---|
IInputTranslationMemory |