 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> QualifiedExternalInterfaces { get; }
Public ReadOnly Property QualifiedExternalInterfaces As IEnumerable(Of ExternalInterfaceType)
Get
public:
property IEnumerable<ExternalInterfaceType^>^ QualifiedExternalInterfaces {
IEnumerable<ExternalInterfaceType^>^ get ();
}
Property Value
IEnumerableExternalInterfaceType
See Also