Click or drag to resize

AMLFacetNotAssignedParentInterfaces Method

Get the parent interfaces which are yet not assigned with the AMLFacet

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

Return Value

IEnumerableExternalInterfaceType
A collection of not assigned ExternalInterface objects.
See Also