Interface IImportDestination
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public interface IImportDestination
Properties
FieldDefinitions
Declaration
FieldDefinitions FieldDefinitions { get; }
Property Value
LanguageResources
Declaration
LanguageResource[] LanguageResources { get; }
Property Value
| Type |
Description |
| Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[] |
|
SourceLanguage
Declaration
CultureCode SourceLanguage { get; }
Property Value
| Type |
Description |
| Sdl.Core.Globalization.CultureCode |
|
TargetLanguage
Declaration
CultureCode TargetLanguage { get; }
Property Value
| Type |
Description |
| Sdl.Core.Globalization.CultureCode |
|
UsesLegacyHashes
Declaration
bool UsesLegacyHashes { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Replaced by AddTranslationUnitsMask
Declaration
[Obsolete("Use IImportDestinationAsync")]
ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings)
Parameters
Returns
Declaration
[Obsolete("Use IImportDestinationAsync")]
ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask)
Parameters
Returns
Declaration
[Obsolete("Use IImportDestinationAsync")]
void UpdateFieldDefinitions(FieldDefinitions mergedFieldDefinitions)
Parameters
| Type |
Name |
Description |
| FieldDefinitions |
mergedFieldDefinitions |
Fields that either 1. were only defined in the incoming data or 2. were defined in incoming data and destination data, but with additional picklist values in the incoming data (field contains a merge of both)
|
Declaration
[Obsolete("Use IImportDestinationAsync")]
void UpdateLanguageResources(List<LanguageResource> mergedLanguageResources)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource> |
mergedLanguageResources |
Language resources that either 1. were only defined in the incoming data or 2. were defined in incoming and destination data, but with additional values in the incoming data (resource contains a merge of both)
|