Click or drag to resize

AMLEngineAdapterInsert_MappingObject(SupportedRoleClassType, MappingType) Method

Note: This API is now obsolete.

Adding a MappingObject element to this Supported Role.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use Insert Method instead", false)]
public static void Insert_MappingObject(
	this SupportedRoleClassType supportedRoleClass,
	MappingType mappingObject
)

Parameters

supportedRoleClass  SupportedRoleClassType
The supported role element.
mappingObject  MappingType
The mapping object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SupportedRoleClassType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also