IExtObjectContainer.

Descend(Object, string[]) Method

Summary

returns a member at the specific path without activating intermediate objects.

Syntax

Object Descend(Object obj, string[] path)

Remarks

returns a member at the specific path without activating intermediate objects.

This method allows navigating from a persistent object to it's members in a performant way without activating or instantiating intermediate objects.

Parameters

Name Type Description
obj Object the parent object that is to be used as the starting point.
path string[] an array of field names to navigate by

Return Value

Type Description
Object the object at the specified path or null if no object is found