Class StartOfInputEvent
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
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
Gets or sets the creation date.
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreationUser
Gets or sets the creation user.
Declaration
public string CreationUser { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
SourceCulture
Gets or sets the source language.
Declaration
public CultureCode SourceCulture { get; set; }
Property Value
Type | Description |
---|---|
Sdl.Core.Globalization.CultureCode |
SourceCultureName
Gets or sets the source language as a string value.
Declaration
public string SourceCultureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetCulture
Gets or sets the target language.
Declaration
public CultureCode TargetCulture { get; set; }
Property Value
Type | Description |
---|---|
Sdl.Core.Globalization.CultureCode |
TargetCultureName
Gets or sets the target language as a string value.
Declaration
public string TargetCultureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |