Click or drag to resize

ExportResult Class

Models the result of the execution of a single DataExchange export
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelExportResult

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

The ExportResult type exposes the following members.

Constructors
  NameDescription
Public methodExportResult
Top
Methods
  NameDescription
Public methodToString
Generates a single textual message of the result of an export.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldMessages
Errors and warnings which arised during the export
Public fieldObjectsCreated
Number of objects created
Public fieldObjectsSkipped
Number of objects skipped
Public fieldObjectsUpdated
Number of objects updated
Public fieldTotalObjects
Total number of objects in the source
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
See Also