Click or drag to resize

ResourceIntegrationMessageBuilder 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.DataObjectIntegrationMessageBuildersResourceIntegrationMessageBuilder

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

The ResourceIntegrationMessageBuilder type exposes the following members.

Constructors
  NameDescription
Public methodResourceIntegrationMessageBuilder
Creates an instance of Message builder
Top
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