Click or drag to resize

WarehouseImportResult Class

Class returned when attempting to start a warehouse import
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelWarehouseImportResult

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class WarehouseImportResult

The WarehouseImportResult type exposes the following members.

Constructors
  NameDescription
Public methodWarehouseImportResult
Default constructor
Top
Properties
  NameDescription
Public propertyExecutionId
ExecutionId
Public propertyImportedStarted
Was the import started or not
Public propertyMessage
Message for why import wasnt started
Public propertyShowProgress
show progress window
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