Click or drag to resize

IQueryAllExternalDataReferences 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.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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.
See Also