Click or drag to resize

RoleRequirementsTypeQualifiedRoleClassAttributes Property

Retrieves the QualifiedAttributes and gets the according original RoleClass Attribute of each qualified Attribute. This method is valid for documents based on CAEX 2.15 only. The qualification of attributes is a feature to assign multiple roles to an InternalElement.

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

Property Value

IEnumerableValueTupleRoleClassType, AttributeType
See Also