Click or drag to resize

LookupServiceAllExternalInterfacesOfType Method

Returns all ExternalInterfaces in the provided document or optionally in the caexObject and descendants, which are instances of the Interface class defined by the provided interfaceClassPath.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.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, defining a possible start object for the query.

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