 | QueryServiceAllClassReferences(CAEXObject) Method |
Gets all classes which have references to the provided caexObject, using
the CAEXPath of the object.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<CAEXObject> AllClassReferences(
CAEXObject caexObject
)
Public Function AllClassReferences (
caexObject As CAEXObject
) As IEnumerable(Of CAEXObject)
public:
virtual IEnumerable<CAEXObject^>^ AllClassReferences(
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.
Implements
IQueryAllClassReferences(CAEXObject)
See Also