Search Results for

    Show / Hide Table of Contents

    Interface IExportOrigin

    Namespace: Sdl.Core.TM.ImportExport
    Assembly: Sdl.Core.TM.ImportExport.dll
    Syntax
    public interface IExportOrigin

    Properties

    BuiltinRecognizers

    Declaration
    BuiltinRecognizers BuiltinRecognizers { get; }
    Property Value
    Type Description
    BuiltinRecognizers

    CreationDate

    Declaration
    DateTime CreationDate { get; }
    Property Value
    Type Description
    DateTime

    CreationUserName

    Declaration
    string CreationUserName { get; }
    Property Value
    Type Description
    string

    FieldDefinitions

    Declaration
    FieldDefinitions FieldDefinitions { get; }
    Property Value
    Type Description
    FieldDefinitions

    IncludesContextContent

    Declaration
    bool IncludesContextContent { get; }
    Property Value
    Type Description
    bool

    LanguageResources

    Declaration
    LanguageResource[] LanguageResources { get; }
    Property Value
    Type Description
    LanguageResource[]

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    SourceLanguage

    Declaration
    CultureCode SourceLanguage { get; }
    Property Value
    Type Description
    CultureCode

    TargetLanguage

    Declaration
    CultureCode TargetLanguage { get; }
    Property Value
    Type Description
    CultureCode

    TextContextMatchType

    Declaration
    TextContextMatchType TextContextMatchType { get; }
    Property Value
    Type Description
    TextContextMatchType

    TokenizerFlags

    Declaration
    TokenizerFlags TokenizerFlags { get; }
    Property Value
    Type Description
    TokenizerFlags

    UsesIdContextMatch

    Declaration
    bool UsesIdContextMatch { get; }
    Property Value
    Type Description
    bool

    WordCountFlags

    Declaration
    WordCountFlags WordCountFlags { get; }
    Property Value
    Type Description
    WordCountFlags

    Methods

    GetTranslationUnits(ref RegularIterator)

    Declaration
    TranslationUnit[] GetTranslationUnits(ref RegularIterator iter)
    Parameters
    Type Name Description
    RegularIterator iter
    Returns
    Type Description
    TranslationUnit[]
    In this article
    • Properties
      • BuiltinRecognizers
      • CreationDate
      • CreationUserName
      • FieldDefinitions
      • IncludesContextContent
      • LanguageResources
      • Name
      • SourceLanguage
      • TargetLanguage
      • TextContextMatchType
      • TokenizerFlags
      • UsesIdContextMatch
      • WordCountFlags
    • Methods
      • GetTranslationUnits(ref RegularIterator)
    Back to top Generated by DocFX