Click or drag to resize

DataObjectIntegrationManager Class

Performs export of data objects to external queue using uploader
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.IntegrationDataObjectIntegrationManager

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

The DataObjectIntegrationManager type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectIntegrationManager
Creates DataObjectIntegrationManager
Public methodDataObjectIntegrationManager(Factory)
Creates DataObjectIntegrationManager
Top
Methods
  NameDescription
Public methodExecute
Executes the data object upload loop
Public methodInitialize
Initializes the object
Public methodStatic memberPerformIntegration
Executes the process of exporting data objects
Public methodStop
Stops executing data objects integration.
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