Click or drag to resize

QueryServiceAllClassReferencesDeep(CAEXObject) Method

Gets all classes which have references to the provided CAEX object and their referencing classes (recursive)

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<CAEXObject> AllClassReferencesDeep(
	CAEXObject caexObject
)

Parameters

caexObject  CAEXObject
The CAEX object.

Return Value

IEnumerableCAEXObject
Enumeration of all classes, using the CAEXPath of the provided CAEXObject in a reference and all classes, referencing the found reference.

Implements

IQueryAllClassReferencesDeep(CAEXObject)
See Also