Click or drag to resize

IDataObjectIntegrationMessageBuilder Interface

Responsible for creating messages from integration params

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

The IDataObjectIntegrationMessageBuilder type exposes the following members.

Methods
  NameDescription
Public methodGetIntegrationDataObjectMessage
Generates add/update integration message from integration parameters
Public methodGetIntegrationDataObjectMessageDeleted
Generates delete integration message from integration parameters
Public methodHasAnyChangeDoneInOdwMappedProperties
Check if any changes were made to object in properties mapped to ODW
Top
See Also