Search Results for

    Show / Hide Table of Contents

    Class TMXStartOfInputEvent

    Inheritance
    System.Object
    Event
    StartOfInputEvent
    TMXStartOfInputEvent
    Inherited Members
    StartOfInputEvent._CreationDate
    StartOfInputEvent.SourceCulture
    StartOfInputEvent.SourceCultureName
    StartOfInputEvent.Properties
    StartOfInputEvent.TargetCulture
    StartOfInputEvent.TargetCultureName
    StartOfInputEvent.CreationDate
    StartOfInputEvent.CreationUser
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.IO.TMX
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public class TMXStartOfInputEvent : StartOfInputEvent

    Constructors

    TMXStartOfInputEvent()

    Declaration
    public TMXStartOfInputEvent()

    TMXStartOfInputEvent(String, header, TranslationUnitFormat)

    Declaration
    public TMXStartOfInputEvent(string fileName, header hdr, TranslationUnitFormat flavor)
    Parameters
    Type Name Description
    System.String fileName
    header hdr
    TranslationUnitFormat flavor

    Properties

    BuiltinRecognizers

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

    Fields

    Declaration
    public FieldDefinitions Fields { get; set; }
    Property Value
    Type Description
    FieldDefinitions

    Header

    Declaration
    public header Header { get; }
    Property Value
    Type Description
    header

    IncludesContextContent

    Declaration
    public bool IncludesContextContent { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextContextMatchType

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

    TMName

    Declaration
    public string TMName { get; set; }
    Property Value
    Type Description
    System.String

    TokenizerFlags

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

    UsesIdContextMatch

    Declaration
    public bool UsesIdContextMatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    WordCountFlags

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

    On this page

    • Constructors
      • TMXStartOfInputEvent()
      • TMXStartOfInputEvent(String, header, TranslationUnitFormat)
    • Properties
      • BuiltinRecognizers
      • Fields
      • Header
      • IncludesContextContent
      • TextContextMatchType
      • TMName
      • TokenizerFlags
      • UsesIdContextMatch
      • WordCountFlags
    Back to top Generated by DocFX