 | QueryServiceAllClassReferencesDeep(CAEXObject) Method |
Gets all classes which have references to the provided CAEX object and their referencing classes (recursive)
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<CAEXObject> AllClassReferencesDeep(
CAEXObject caexObject
)
Public Function AllClassReferencesDeep (
caexObject As CAEXObject
) As IEnumerable(Of CAEXObject)
public:
virtual IEnumerable<CAEXObject^>^ AllClassReferencesDeep(
CAEXObject^ caexObject
) sealed
Parameters
- caexObject CAEXObject
- The CAEX object.
Return Value
IEnumerableCAEXObjectEnumeration 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