Click or drag to resize

RoleRequirementsTypeUnAssignedQualifiedRoleClassInterfacesOfMultipleRoles Property

This property supports the Multiple Roles concept in AutomationML 2.0, based on CAEX 2.15. The property is not applicable for documents, based on CAEX 3.0 and later. It gets the role class interfaces of supported role class objects which are not assigned to this RoleRequirements instance. The returned ExternalInterfaces are created with a qualified Name, including the supported role class name, a separator string "." and the interface name.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> UnAssignedQualifiedRoleClassInterfacesOfMultipleRoles { get; }

Property Value

IEnumerableExternalInterfaceType
See Also