 | AMLEngineAdapterInsert_MappingObject(SupportedRoleClassType, MappingType) Method |
Note: This API is now obsolete.
Adding a MappingObject element to this Supported Role.
Namespace: Aml.Engine.AdapterAssembly: 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
)
<ExtensionAttribute>
<ObsoleteAttribute("Use Insert Method instead", false)>
Public Shared Sub Insert_MappingObject (
supportedRoleClass As SupportedRoleClassType,
mappingObject As MappingType
)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"Use Insert Method instead", false)]
static void Insert_MappingObject(
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