Search Results for

    Show / Hide Table of Contents

    Class InputLanguagePair

    Inheritance
    object
    InputLanguagePair
    Implements
    IInputLanguageDirectionData
    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

    Gets or sets the import compatibility settings that determines how the content from this language direction should be imported into the output translation memory.

    Declaration
    public ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; }
    Property Value
    Type Description
    ImportSettings.ImportTUProcessingMode

    ImportPlainText

    Gets or sets whether the translation unit content in this language direction should be imported into the output translation memory as plain text.

    Declaration
    public bool ImportPlainText { get; set; }
    Property Value
    Type Description
    bool

    ImportStatistics

    Gets the import statistics from the last import operation into the output translation memory.

    Declaration
    public ImportStatistics ImportStatistics { get; }
    Property Value
    Type Description
    ImportStatistics

    ImportTuUpdateModeSettings

    Gets or sets the import TU update settings that determines how the content from this language direction should be imported into the output translation memory.

    Declaration
    public ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; }
    Property Value
    Type Description
    ImportSettings.TUUpdateMode

    InvalidTranslationUnitsExportPath

    Gets or sets the absolute patch where invalid translation units will be written to if they fail to import into the output translation memory.

    Declaration
    public string InvalidTranslationUnitsExportPath { get; set; }
    Property Value
    Type Description
    string

    IsImportComplete

    Gets whether the content of this language direction has successfully been imported into the output translation memory.

    Declaration
    public bool IsImportComplete { get; set; }
    Property Value
    Type Description
    bool

    LanguageDirectionData

    Gets the data associated with a specific language direction in the legacy translation memory.

    Declaration
    public ILegacyLanguageDirectionData LanguageDirectionData { get; }
    Property Value
    Type Description
    ILegacyLanguageDirectionData

    TranslationMemory

    Gets the possibly multilingual input translation memory from which this input language direction data originates.

    Declaration
    public IInputTranslationMemory TranslationMemory { get; }
    Property Value
    Type Description
    IInputTranslationMemory

    Implements

    IInputLanguageDirectionData
    In this article
    • Constructors
      • InputLanguagePair(IInputTranslationMemory, ILegacyLanguageDirectionData)
    • Properties
      • ImportCompatibilitySettings
      • ImportPlainText
      • ImportStatistics
      • ImportTuUpdateModeSettings
      • InvalidTranslationUnitsExportPath
      • IsImportComplete
      • LanguageDirectionData
      • TranslationMemory
    • Implements
    Back to top Generated by DocFX