Search Results for

    Show / Hide Table of Contents

    Class StartOfInputEvent

    Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.

    Inheritance
    object
    Event
    StartOfInputEvent
    TMXStartOfInputEvent
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.IO.Streams
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public class StartOfInputEvent : Event

    Constructors

    StartOfInputEvent()

    Declaration
    public StartOfInputEvent()

    Fields

    _CreationDate

    Declaration
    protected DateTime _CreationDate
    Field Value
    Type Description
    DateTime

    Properties

    CreationDate

    Gets or sets the creation date.

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

    CreationUser

    Gets or sets the creation user.

    Declaration
    public string CreationUser { get; set; }
    Property Value
    Type Description
    string

    Properties

    Accesses user-defined properties, which are key-value pairs of strings. Note that the field value is null unless it's allocated by the user.

    Declaration
    public Dictionary<string, string> Properties { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    SourceCulture

    Gets or sets the source language.

    Declaration
    public CultureCode SourceCulture { get; set; }
    Property Value
    Type Description
    CultureCode

    SourceCultureName

    Gets or sets the source language as a string value.

    Declaration
    public string SourceCultureName { get; set; }
    Property Value
    Type Description
    string

    TargetCulture

    Gets or sets the target language.

    Declaration
    public CultureCode TargetCulture { get; set; }
    Property Value
    Type Description
    CultureCode

    TargetCultureName

    Gets or sets the target language as a string value.

    Declaration
    public string TargetCultureName { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • StartOfInputEvent()
    • Fields
      • _CreationDate
    • Properties
      • CreationDate
      • CreationUser
      • Properties
      • SourceCulture
      • SourceCultureName
      • TargetCulture
      • TargetCultureName
    Back to top Generated by DocFX