Click or drag to resize

RoleRequirementsTypeQualifiedRoleClassInterfaces Property

Gets the collection of CAEX RoleClass elements 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 RoleClass objects.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<(RoleClassType RoleClass, ExternalInterfaceType ExternalInterface)> QualifiedRoleClassInterfaces { get; }

Property Value

IEnumerableValueTupleRoleClassType, ExternalInterfaceType
See Also