Interface IFieldIdentifierMappingsCollection
Represents a collection of field identifier mappings.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IFieldIdentifierMappingsCollection : ICollection<IFieldIdentifierMappings>, IEnumerable<IFieldIdentifierMappings>, IEnumerable
Methods
GetFieldIdentifierMappings(IInputTranslationMemory)
Gets the field identifier mappings for the given translation memory.
Declaration
IDictionary<FieldIdentifier, FieldIdentifier> GetFieldIdentifierMappings(IInputTranslationMemory translationMemory)
Parameters
Type | Name | Description |
---|---|---|
IInputTranslationMemory | translationMemory | The translation memory |
Returns
Type | Description |
---|---|
IDictionaryFieldIdentifierFieldIdentifier | The field identifier mappings for the specified translation memory, or null if no mapping is available for the TM. |
GetInputFieldIdentifierMappings(IInputTranslationMemory)
Gets the field identifier mappings for the given translation memory.
Declaration
IFieldIdentifierMappings GetInputFieldIdentifierMappings(IInputTranslationMemory translationMemory)
Parameters
Type | Name | Description |
---|---|---|
IInputTranslationMemory | translationMemory | The translation memory |
Returns
Type | Description |
---|---|
IFieldIdentifierMappings | The IFieldIdentifierMappings for the specified translation memory, or null if no mapping is available for the TM. |