Click or drag to resize

ImportProgressInfo Class

Model class for progress info in a warehouse import
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelImportProgressInfo

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 ImportProgressInfo

The ImportProgressInfo type exposes the following members.

Constructors
  NameDescription
Public methodImportProgressInfo
Top
Properties
  NameDescription
Public propertyID
Identifier
Public propertyLevel
The progress info comes in three levels.
Public propertyStatus
Status code of the event
Public propertyStatusDetails
Contains data from the StatusDetails column
Public propertyStep
The step which the import is in currently
Public propertySystemCategory
Top
Fields
  NameDescription
Public fieldEndTime
When did the event end
Public fieldStartTime
When did the event start
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