Accessing objects and navigating meta-levels in code
This page was created by Lars.olofsson@mdriven.net on 2019-08-14. Last edited by Edgar on 2025-01-20.

Single-link

A single link in runtime is implemented in a IObject as a IObjectReference, i.e. a link which points to another object.

Then one can write;

if ((destinationMember as IObjectReference).ObjectInstance == null)

I.e. the member as a single link - does it have an object in the other end?