Search Results for

    Show / Hide Table of Contents

    Class InputLanguagePair

    Inheritance
    System.Object
    InputLanguagePair
    Implements
    IInputLanguageDirectionData
    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.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
    System.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
    System.String

    IsImportComplete

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

    LanguageDirectionData

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

    TranslationMemory

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

    Implements

    IInputLanguageDirectionData

    On this page

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