Click or drag to resize

IDataObjectIntegrationHelperGetDataObjectsByRefProperty Method

Load data objects by value of reference property

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> GetDataObjectsByRefProperty(
	int dataObjectType,
	string propertyName,
	int[] propertyValues
)

Parameters

dataObjectType
Type: SystemInt32
Data object type for searching objects
propertyName
Type: SystemString
Name of the reference property
propertyValues
Type: SystemInt32
Ids of referenced object

Return Value

Type: IListDataObject
Collection of DataObject
See Also