Class StartOfInputEvent
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
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()
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
Declaration
public StartOfInputEvent()
Fields
_CreationDate
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
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 |