| DataObjectControllerGetReferencePropertyControlValues Method (String, IEnumerableInt32) |
Returns a collection of reference property control values.
The method looks up the data object type ids and display names of the referred data objects.
If a ReferencePropertyDisplayValueResolver has been implemented this is used to "override" the display values of the referred data objects.
The method doesn't respect the security model.
Data objects are returned even if they are marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<ReferencePropertyControlValue> GetReferencePropertyControlValues(
string propertySysName,
IEnumerable<int> referredDataObjectIds
)
Parameters
- propertySysName
- Type: SystemString
- referredDataObjectIds
- Type: System.Collections.GenericIEnumerableInt32
The collection can't be empty.
Return Value
Type:
ListReferencePropertyControlValue
See Also