Click or drag to resize

DataExchangeLog Class

Models the result of an execution of a DataExchange
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataExchangeLog

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataExchangeLog : IObjectWithId, 
	ICloneable

The DataExchangeLog type exposes the following members.

Constructors
  NameDescription
Public methodDataExchangeLog
Construct the DataExchangeLog object
Top
Properties
  NameDescription
Public propertyConfigurationId
ID of the DataExchangeConfiguration which was executed
Public propertyCreatedBy
ID of User who executed the DataExchange
Public propertyCreateTime
Date when the DataExchange was executed
Public propertyExecTime
The time it took to execute the DataExchange
Public propertyId
Internal ID of the execution log
Public propertyResultMessage
Textual message log from the execute.
Public propertySuccess
Result of the execution
Top
Methods
  NameDescription
Public methodClone
Top
Fields
  NameDescription
Protected fieldm_createdBy
ID of User who executed the DataExchange
Protected fieldm_createTime
Date when the DataExchange was executed
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also