 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<(RoleClassType RoleClass, AttributeType Attribute)> QualifiedRoleClassAttributes { get; }
Public ReadOnly Property QualifiedRoleClassAttributes As IEnumerable(Of (RoleClass As RoleClassType, Attribute As AttributeType))
Get
public:
property IEnumerable<ValueTuple<RoleClassType^, AttributeType^>>^ QualifiedRoleClassAttributes {
IEnumerable<ValueTuple<RoleClassType^, AttributeType^>>^ get ();
}
Property Value
IEnumerableValueTupleRoleClassType,
AttributeType
See Also