Click or drag to resize

InterfaceIDMappingTypeRoleClassMappingElements Method

Gets the collection of possible mapping identifiers for this InterfaceIDMappingType for elements of the mapped RoleClass. The Collection contains all ExternalInterfaces (including inherited and descendants) of the RoleClass. The ExternalInterface ID is used as the Mapping identifier.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override IEnumerable<(ExternalInterfaceType CaexObject, string MappingIdentifier)> RoleClassMappingElements(
	bool includeDuplicates = false
)

Parameters

includeDuplicates  Boolean  (Optional)
if set to true, all identifiers with possible duplicates are returned.

Return Value

IEnumerableValueTupleExternalInterfaceType, String
The possible mapping identifiers to map ExternalInterfaces of the RoleClass.
See Also