Click or drag to resize

CAEXBasicObjectExtensionsCreateCaexWrapperT Method

Creates a CAEX object of the given type from the specified XML element.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static T CreateCaexWrapper<T>(
	XElement xmlNode
)
where T : CAEXWrapper

Parameters

xmlNode  XElement
The XML node.

Type Parameters

T
CAEX element type.

Return Value

T
CAEX object in the given type.
See Also