Click or drag to resize

ContextAssignmentFromContextTypeMessageBuilder Class

Builds context assignment messages
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuildersDataObjectIntegrationMessageBuilderBase
    Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuildersContextAssignmentFromContextTypeMessageBuilder

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 class ContextAssignmentFromContextTypeMessageBuilder : DataObjectIntegrationMessageBuilderBase, 
	IDataObjectIntegrationMessageBuilder

The ContextAssignmentFromContextTypeMessageBuilder type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Protected fieldDataObjectController
data object controller
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldDataObjectIntegrationHelpers
Data object helpers for integration
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldDataObjectTypeController
data object type controller
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldEnvironmentId
environment ID
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldPropertyController
property controller
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldSourceName
source name
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected fieldTrackedProperties
tracked properties
(Inherited from DataObjectIntegrationMessageBuilderBase.)
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