Click or drag to resize

BasePropertyAdapterControllerGetReferencePropertyValues Method

List of property values for the referenced object(s)

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<ReferencePropertyValues> GetReferencePropertyValues(
	BasePropertyAdapter property,
	IDataObject dataObject
)

Parameters

property
Type: Omada.OE.Solution.OIM.AppLogic.OPSBasePropertyAdapter
The reference property
dataObject
Type: Omada.OE.Model.PublicIDataObject
The data object

Return Value

Type: ListReferencePropertyValues
A List of ReferencePropertyValues objects. Each entry in the list is a referenced object
See Also