Class StartOfInputEvent
Inheritance
System.Object
StartOfInputEvent
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()
Assembly: Sdl.LanguagePlatform.IO.dll
public class StartOfInputEvent : Event
Constructors
Declaration
public StartOfInputEvent()
Fields
Declaration
protected DateTime _CreationDate
Field Value
Type |
Description |
System.DateTime |
|
Properties
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string CreationUser { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Dictionary<string, string> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
Declaration
public CultureInfo SourceCulture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
Declaration
public string SourceCultureName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CultureInfo TargetCulture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
Declaration
public string TargetCultureName { get; set; }
Property Value
Type |
Description |
System.String |
|