Class StartOfInputEvent
Corresponds to the filter framework's StartOfInput event. It represents the beginning of the input stream.
Inherited Members
Namespace: SdlSdl.LanguagePlatformIOStreams
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 |
---|---|
Dictionarystringstring |
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 |