Click or drag to resize

CAEXReference Constructor

Initializes a new instance of the CAEXReference class.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXReference(
	XElement element,
	string referenceAttributeName
)

Parameters

element  XElement
The element.
referenceAttributeName  String
Name of the reference attribute.
See Also