 | AMLEngineAdapterInsert_MappingObject(InternalElementType, MappingType) Method |
Note: This API is now obsolete.
Adding a MappingObject element to this InternalElement. It is only allowed to add one
MappingObject node.
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 InternalElementType internalElement,
MappingType mappingObject
)
<ExtensionAttribute>
<ObsoleteAttribute("Use Insert Method instead", false)>
Public Shared Sub Insert_MappingObject (
internalElement As InternalElementType,
mappingObject As MappingType
)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"Use Insert Method instead", false)]
static void Insert_MappingObject(
InternalElementType^ internalElement,
MappingType^ mappingObject
)
Parameters
- internalElement InternalElementType
- The internal 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
InternalElementType. 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