ExportResult Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class ExportResult
The ExportResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportResult |
| Name | Description | |
|---|---|---|
| ToString |
Generates a single textual message of the result of an export.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Messages |
Errors and warnings which arised during the export
| |
| ObjectsCreated |
Number of objects created
| |
| ObjectsSkipped |
Number of objects skipped
| |
| ObjectsUpdated |
Number of objects updated
| |
| TotalObjects |
Total number of objects in the source
|
| 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.) |