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: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
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 |
---|---|
IDictionaryFieldIdentifierFieldIdentifier |
TranslationMemory
Gets the input translation memory.
Declaration
IInputTranslationMemory TranslationMemory { get; }
Property Value
Type | Description |
---|---|
IInputTranslationMemory |