 | RoleRequirementsTypeIsAssignableRoleClassAttribute Method |
This method supports the Multiple Roles concept in AutomationML 2.0, based on CAEX 2.15. The method is not
applicable for documents,
based on CAEX 3.0 and later. It tests, if the provided attribute is a role class attributes of a supported role
class object which can be used
in a Multiple role mapping and is assignable to this RoleRequirements instance
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsAssignableRoleClassAttribute(
AttributeType attribute
)
Public Function IsAssignableRoleClassAttribute (
attribute As AttributeType
) As Boolean
public:
bool IsAssignableRoleClassAttribute(
AttributeType^ attribute
)
Parameters
- attribute AttributeType
- The tested attribute.
Return Value
Booleantrue if the attribute is an assignable role class attribute; otherwise,
false.
See Also