Click or drag to resize

DataObjectIntegrationEventHandler Class

Handle data objects events to send analytics data
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.IntegrationDataObjectIntegrationEventHandler

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

The DataObjectIntegrationEventHandler type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectIntegrationEventHandler
Create event handler for data object with default implementation of message builder factory
Public methodDataObjectIntegrationEventHandler(IDataObjectIntegrationMessageBuilderFactory, IDataObjectIntegrationUploader)
Create event handler for data object with injected implementation of message builder factory, for test purpose
Top
Methods
  NameDescription
Public methodInitialize
set up event handlers
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
Remarks
When a data object event is received by the handler depending on the type of data object it will either store its id for later export with timer or directly build a message and send using the IDataObjectIntegrationUploader
See Also