Click or drag to resize

AMLFacetAssignedParentInterfaces Method

Get the original parent interfaces which are already assigned with the AMLFacet

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> AssignedParentInterfaces()

Return Value

IEnumerableExternalInterfaceType
A collection of already assigned ExternalInterface objects of the parent.
See Also