Click or drag to resize

IDataObjectIntegrationHelper Interface

Data object integration helper

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

The IDataObjectIntegrationHelper type exposes the following members.

Methods
  NameDescription
Public methodGetDataObject
Load data object by its ID
Public methodGetDataObjects
Load data objects by their IDs
Public methodGetDataObjectsByRefProperty
Load data objects by value of reference property
Public methodGetDataObjectType(Int32)
Get data object type
Public methodGetDataObjectType(DataObject)
Get data object type
Public methodGetProperty
Get property from cache
Top
See Also