Click or drag to resize

CAEXWrapperTDataType Constructor

Initializes a new instance of the CAEXWrapperTDataType class.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXWrapper(
	XElement xmlNode
)

Parameters

xmlNode  XElement
The XML node.
Exceptions
ExceptionCondition
ArgumentNullExceptionXML node - Tried to create a Wrapper without an XML node.
See Also