Click or drag to resize

QueryServiceAllExternalInterfacesOfType Method

Returns all ExternalInterfaces which are instances of the Interface class defined by the provided interfaceClassPath.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> AllExternalInterfacesOfType(
	CAEXDocument document,
	string interfaceClassPath,
	CAEXBasicObject caexObject = null
)

Parameters

document  CAEXDocument
The document.
interfaceClassPath  String
The CAEX ClassPath of the InterfaceClassType
caexObject  CAEXBasicObject  (Optional)
Optional parameter. If set only descendants of this object are searched.

Return Value

IEnumerableExternalInterfaceType
A collection of all ExternalInterface which are instances of the Interface class defined by the provided interfaceClassPath.

Implements

IQueryAllExternalInterfacesOfType(CAEXDocument, String, CAEXBasicObject)
See Also