Interface IExportOrigin
Namespace: SdlSdl.CoreSdl.Core.TMImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public interface IExportOrigin
Properties
BuiltinRecognizers
Declaration
BuiltinRecognizers BuiltinRecognizers { get; }
Property Value
CreationDate
Declaration
DateTime CreationDate { get; }
Property Value
CreationUserName
Declaration
string CreationUserName { get; }
Property Value
FieldDefinitions
Declaration
FieldDefinitions FieldDefinitions { get; }
Property Value
IncludesContextContent
Declaration
bool IncludesContextContent { get; }
Property Value
LanguageResources
Declaration
LanguageResource[] LanguageResources { get; }
Property Value
Type |
Description |
Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource |
|
Name
Declaration
Property Value
SourceLanguage
Declaration
CultureCode SourceLanguage { get; }
Property Value
TargetLanguage
Declaration
CultureCode TargetLanguage { get; }
Property Value
TextContextMatchType
Declaration
TextContextMatchType TextContextMatchType { get; }
Property Value
TokenizerFlags
Declaration
TokenizerFlags TokenizerFlags { get; }
Property Value
UsesIdContextMatch
Declaration
bool UsesIdContextMatch { get; }
Property Value
WordCountFlags
Declaration
WordCountFlags WordCountFlags { get; }
Property Value
Methods
Declaration
TranslationUnit[] GetTranslationUnits(ref RegularIterator iter)
Parameters
Returns