Click or drag to resize

WarehouseImportStatus Class

Used by system importing to indicate the warehouse import status for a system
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.DataImportWarehouseImportStatus

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class WarehouseImportStatus

The WarehouseImportStatus type exposes the following members.

Constructors
  NameDescription
Public methodWarehouseImportStatus
Top
Properties
  NameDescription
Public propertyExportErrors
Source system had export errors
Public propertyImportToken
Identifier of last import
Public propertyLastImport
when was data last successfully imported
Public propertySourceSystemId
The source system which the system belongs to
Public propertyStatus
Current status of import
Public propertySystemId
Id of the system (SYSTEMID)
Public propertyThresholdStatus
threshold status
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