Click or drag to resize

IntegrationMessageBuilderT, U, V, W, X Class

Responsible for creating messages from integration params
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.IntegrationIntegrationMessageBuilderT, U, V, W, X
    Omada.OE.Solution.OIM.AppLogic.IntegrationAccessApprovalMessageBuilder
    Omada.OE.Solution.OIM.AppLogic.IntegrationRecertificationMessageBuilder

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 abstract class IntegrationMessageBuilder<T, U, V, W, X>
where T : SurveyObjectIntegrationParams
where U : SurveyIntegrationParams
where V : IMessage
where W : IMessage
where X : IMessage

Type Parameters

T
U
V
W
X

The IntegrationMessageBuilderT, U, V, W, X type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetCleanupMessage
Creates cleanup message
Public methodGetIntegrationObjectMessages
Generates integration messages from integration parameters
Public methodGetIntegrationSurveyMessage
Generates integration messages from integration parameters
Top
Fields
  NameDescription
Protected fieldEnvironmentId
Id assigned to the environment
Protected fieldStatic memberSourceName
Used to mark the origin of the data
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