Click or drag to resize

QueryServiceAllExternalDataReferences Method

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

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

Parameters

document  CAEXDocument
The document.
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 standard Interface class ExternalDataConnector.

Implements

IQueryAllExternalDataReferences(CAEXDocument, CAEXBasicObject)
See Also