ImportResult Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class ImportResult
The ImportResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ImportResult | 
| Name | Description | |
|---|---|---|
| Messages | 
            Errors, Warnings and information when executing the data exchange
              | |
| ObjectsCreated | 
            Number of newly created objects
              | |
| ObjectsSkipped | 
            Number of skipped objects
              | |
| ObjectsUnchanged | 
            Number of unchanged objects
              | |
| ObjectsUpdated | 
            Number of updated objects
              | |
| RecordsWOKey | 
            The part of TotalRecord which does not have a key value
              | |
| TotalRecords | 
            Total count of source records. 
            A record is for instance a line in a file.
              | |
| UniqueRecords | 
            The part of TotalRecord which has a unique key value
              | 
| 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.) |