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
CultureInfo SourceLanguage { get; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
TargetLanguage
Declaration
CultureInfo TargetLanguage { get; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
UsesLegacyHashes
Declaration
bool UsesLegacyHashes { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Replaced by AddTranslationUnitsMask
Declaration
[Obsolete]
ImportResult[] AddTranslationUnits(TranslationUnit[] tus, ImportSettings settings)
Parameters
Returns
Declaration
ImportResult[] AddTranslationUnitsMask(TranslationUnit[] tus, ImportSettings settings, bool[] mask)
Parameters
Returns
Declaration
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
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)
|