Click or drag to resize

IQueryAllClassReferences(CAEXObject) Method

Gets all classes which have references to the provided CAEX object. Use this method to get all classes which have a class to class relation to the provided CAEX object.

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

Parameters

caexObject  CAEXObject
The CAEX object.

Return Value

IEnumerableCAEXObject
An enumeration of all classes which use the provided CAEX object as a base class.
See Also