Search Results for

    Show / Hide Table of Contents

    Class StartOfInputEvent

    Inheritance
    System.Object
    Event
    StartOfInputEvent
    TMXStartOfInputEvent
    Inherited Members
    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.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
    System.DateTime

    Properties

    CreationDate

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

    CreationUser

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

    Properties

    Declaration
    public Dictionary<string, string> Properties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    SourceCulture

    Declaration
    public CultureInfo SourceCulture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    SourceCultureName

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

    TargetCulture

    Declaration
    public CultureInfo TargetCulture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    TargetCultureName

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

    On this page

    Back to top Generated by DocFX