Click or drag to resize

ODWImportProgress Class

Model class for visualizing ODW import progress in SystemOnboarding widget
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboardingODWImportProgress

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

The ODWImportProgress type exposes the following members.

Constructors
  NameDescription
Public methodODWImportProgress
Top
Properties
  NameDescription
Public propertyEndTime
End time of the step
Public propertyID
Number used as a unique ID
Public propertyLevel
There are three levels in the import progress: 0. Overall import 1. Main steps 2. Sub steps
Public propertyStartTime
Start time of the step
Public propertyStatus
Can be either "Running" or "Success"
Public propertyStatusDetails
Contains data from the StatusDetails column
Public propertyStep
Textual description what is going on in each step
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