DataExchangeLog Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataExchangeLog : IObjectWithId, ICloneable
The DataExchangeLog type exposes the following members.
| Name | Description | |
|---|---|---|
| DataExchangeLog |
Construct the DataExchangeLog object
|
| Name | Description | |
|---|---|---|
| ConfigurationId |
ID of the DataExchangeConfiguration which was executed
| |
| CreatedBy |
ID of User who executed the DataExchange
| |
| CreateTime |
Date when the DataExchange was executed
| |
| ExecTime |
The time it took to execute the DataExchange
| |
| Id |
Internal ID of the execution log
| |
| ResultMessage |
Textual message log from the execute.
| |
| Success |
Result of the execution
|
| Name | Description | |
|---|---|---|
| m_createdBy |
ID of User who executed the DataExchange
| |
| m_createTime |
Date when the DataExchange was executed
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IObjectWithId.GetId |