Click or drag to resize

IDataObjectIntegrationHelperGetDataObjects Method

Load data objects by their IDs

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#
IList<DataObject> GetDataObjects(
	IReadOnlyCollection<int> dataObjectIds
)

Parameters

dataObjectIds
Type: System.Collections.GenericIReadOnlyCollectionInt32
Data objects ids

Return Value

Type: IListDataObject
Collection of DataObject
See Also