Click or drag to resize

DataObjectControllerGetReferencePropertyControlValues Method (String, IEnumerableIDataObject)

Returns a collection of reference property control values. If a ReferencePropertyDisplayValueResolver has been implemented this is used to "override" the display values of the referred data objects.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<ReferencePropertyControlValue> GetReferencePropertyControlValues(
	string propertySysName,
	IEnumerable<IDataObject> referredDataObjects
)

Parameters

propertySysName
Type: SystemString
referredDataObjects
Type: System.Collections.GenericIEnumerableIDataObject
The collection can't be empty.

Return Value

Type: ListReferencePropertyControlValue
See Also