Click or drag to resize

AMLEngineAdapterNew_RoleRequirements(InternalElementType) Method

Note: This API is now obsolete.

Adding a new RoleRequirements element to this InternalElement. It is only allowed to add one RoleRequirements node in CAEX 2.15.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use AddRoleClassReference Method instead.", false)]
public static RoleRequirementsType New_RoleRequirements(
	this InternalElementType internalElement
)

Parameters

internalElement  InternalElementType
The InternalElement.

Return Value

RoleRequirementsType
The new RoleRequirements element

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