Interface IFieldIdentifierMappingsCollection
Represents a collection of field identifier mappings.
Inherited Members
ICollection<IFieldIdentifierMappings>.Add(IFieldIdentifierMappings)
ICollection<IFieldIdentifierMappings>.Clear()
ICollection<IFieldIdentifierMappings>.Contains(IFieldIdentifierMappings)
ICollection<IFieldIdentifierMappings>.CopyTo(IFieldIdentifierMappings[], Int32)
ICollection<IFieldIdentifierMappings>.Remove(IFieldIdentifierMappings)
ICollection<IFieldIdentifierMappings>.Count
ICollection<IFieldIdentifierMappings>.IsReadOnly
IEnumerable<IFieldIdentifierMappings>.GetEnumerator()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
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 |
---|---|
IDictionary<FieldIdentifier, FieldIdentifier> | 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. |