Interface IEventInfo
Main interface for the Event infos
Namespace: VEDriversLite.Events
Assembly: VEDriversLite.dll
Syntax
public interface IEventInfo
Properties
| Improve this Doc View SourceAddress
Address which created this event info
Declaration
string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Related data
Declaration
string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Message content
Declaration
string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Progress
Progress of the task which created the event
Declaration
double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TimeStamp
Time stamp of the situation
Declaration
DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Title
Title of the event info
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TxId
Related transaction
Declaration
string TxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Event type
Declaration
EventType Type { get; set; }
Property Value
Type | Description |
---|---|
EventType |
Methods
| Improve this Doc View SourceFill(IEventInfo)
Fill the dto
Declaration
void Fill(IEventInfo ev)
Parameters
Type | Name | Description |
---|---|---|
IEventInfo | ev |
ParseData<T>()
Parse the data of the event
Declaration
Task<T> ParseData<T>()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |