Click or drag to resize

QueryServiceAllClassReferences(CAEXObject) Method

Gets all classes which have references to the provided caexObject, using the CAEXPath of the object.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<CAEXObject> AllClassReferences(
	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.

Implements

IQueryAllClassReferences(CAEXObject)
See Also