Click or drag to resize

ContextAssignmentFromContextAssignmentMessageBuilder Class

Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuildersDataObjectIntegrationMessageBuilderBase
    Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuildersContextAssignmentFromContextAssignmentMessageBuilder

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

The ContextAssignmentFromContextAssignmentMessageBuilder type exposes the following members.

Constructors
  NameDescription
Public methodContextAssignmentFromContextAssignmentMessageBuilder
Creates an instance of Message builder
Top
Methods
  NameDescription
Protected methodCheckDataObjectType
Check Data Object Type
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Public methodGetIntegrationDataObjectMessage
Generates add/update integration message from integration parameters
Public methodGetIntegrationDataObjectMessageDeleted
Generates delete integration message from integration parameters
Protected methodGetTrackedProperties
Get properties that are already tracked as defined columns, not extension attributes
(Overrides DataObjectIntegrationMessageBuilderBaseGetTrackedProperties.)
Public methodHasAnyChangeDoneInOdwMappedProperties (Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected methodIsNewObject
Check if object is new
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Protected methodIsPropertyValueModified
Check if property value changed
(Inherited from DataObjectIntegrationMessageBuilderBase.)
Top
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