Click or drag to resize

AMLEngineAdapterNew_RoleRequirements(InternalElementType, String) Method

Note: This API is now obsolete.

Adding a new RoleRequirements element to this InternalElement using the defined roleClassPath. 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,
	string roleClassPath
)

Parameters

internalElement  InternalElementType
The internal element.
roleClassPath  String
The role class path.

Return Value

RoleRequirementsType
RoleRequirementsType.

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