| ReferencePathControllerGetReferencePathObjectIds Method (DataObject, DataObjectReferencePath) |
Returns the ids of a number of data objects found by applying a reference path to a source data object.
The security model is not respected!
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual IntegerList GetReferencePathObjectIds(
DataObject sourceObject,
DataObjectReferencePath path
)
Parameters
- sourceObject
- Type: Omada.OE.ModelDataObject
The source data object.
It is not required that the data object has been saved.
- path
- Type: Omada.OE.ModelDataObjectReferencePath
The path must have a forward pointing direction.
If the object is not saved, the first fragment can't be for a virtual reference property.
If path is empty (no fragments) the method returns the id of the source object.
Return Value
Type:
IntegerList
Ids of the resulting data objects.
See Also