Search Results for

    Show / Hide Table of Contents

    Interface IFieldIdentifierMappings

    Represents a mapping between field names of a translation memory. This is typically used to list field names which should be renamed, retyped, or deleted during migration.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface IFieldIdentifierMappings

    Properties

    FieldIdentifierMappings

    Represents the field identifier mappings (old field identifier, new field identifier).

    Field identifier mapping maps the input (existing) field identifier to an output (target) field identifier, allowing invalid or duplicated field names in legacy translation memories to be renamed to valid field names and imported into an output translation memory.

    Declaration
    IDictionary<FieldIdentifier, FieldIdentifier> FieldIdentifierMappings { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<FieldIdentifier, FieldIdentifier>

    TranslationMemory

    Gets the input translation memory.

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

    On this page

    • Properties
      • FieldIdentifierMappings
      • TranslationMemory
    Back to top Generated by DocFX