Interface IExportOrigin
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
Type |
Description |
System.DateTime |
|
CreationUserName
Declaration
string CreationUserName { get; }
Property Value
Type |
Description |
System.String |
|
FieldDefinitions
Declaration
FieldDefinitions FieldDefinitions { get; }
Property Value
IncludesContextContent
Declaration
bool IncludesContextContent { get; }
Property Value
Type |
Description |
System.Boolean |
|
LanguageResources
Declaration
LanguageResource[] LanguageResources { get; }
Property Value
Type |
Description |
Sdl.LanguagePlatform.TranslationMemoryImpl.LanguageResource[] |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
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 |
|
TextContextMatchType
Declaration
TextContextMatchType TextContextMatchType { get; }
Property Value
TokenizerFlags
Declaration
TokenizerFlags TokenizerFlags { get; }
Property Value
UsesIdContextMatch
Declaration
bool UsesIdContextMatch { get; }
Property Value
Type |
Description |
System.Boolean |
|
WordCountFlags
Declaration
WordCountFlags WordCountFlags { get; }
Property Value
Methods
Declaration
TranslationUnit[] GetTranslationUnits(ref RegularIterator iter)
Parameters
Returns