Click or drag to resize

RoleRequirementsTypeQualifiedExternalInterfaces Property

Gets the collection of CAEX External Interfaces from the ExternalInterface which are qualified with the name of a SupportedRoleClass. This method is valid for documents based on CAEX 2.15 only. The qualification of ExternalInterfaces is a feature to assign multiple roles to an InternalElement and apply a mapping to the Interface objects.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> QualifiedExternalInterfaces { get; }

Property Value

IEnumerableExternalInterfaceType
See Also