Search Results for

    Show / Hide Table of Contents

    Class BaseTranslationMemoryMigrationManager

    Inheritance
    System.Object
    BaseTranslationMemoryMigrationManager
    Implements
    IBaseTranslationMemoryMigrationManager
    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 BaseTranslationMemoryMigrationManager : IBaseTranslationMemoryMigrationManager

    Constructors

    BaseTranslationMemoryMigrationManager()

    Declaration
    public BaseTranslationMemoryMigrationManager()

    Methods

    CreateFileBasedTranslationMemoryCreator()

    Declaration
    public IFileBasedTranslationMemoryCreator CreateFileBasedTranslationMemoryCreator()
    Returns
    Type Description
    IFileBasedTranslationMemoryCreator

    CreateMigrationProject()

    Declaration
    public IMigrationProject CreateMigrationProject()
    Returns
    Type Description
    IMigrationProject

    GetTmxLegacyTranslationMemory(String)

    Declaration
    public ITmxLegacyTranslationMemory GetTmxLegacyTranslationMemory(string tmxFilePath)
    Parameters
    Type Name Description
    System.String tmxFilePath
    Returns
    Type Description
    ITmxLegacyTranslationMemory

    Implements

    IBaseTranslationMemoryMigrationManager

    On this page

    • Constructors
      • BaseTranslationMemoryMigrationManager()
    • Methods
      • CreateFileBasedTranslationMemoryCreator()
      • CreateMigrationProject()
      • GetTmxLegacyTranslationMemory(String)
    • Implements
    Back to top Generated by DocFX